Enable Sieve and ManageSieve for Dovecot
Enables both sieve and managesieved, and adds a global rule that moves detected spam to a user's Junk folder automatically
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
require ["fileinto", "mailbox"];
|
||||
|
||||
if header :contains "X-Spam-Flag" "YES" {
|
||||
fileinto :create "Junk";
|
||||
stop;
|
||||
}
|
||||
Reference in New Issue
Block a user