Ajout de sieve (oublié)
This commit is contained in:
6
roles/dovecot/files/before.sieve
Normal file
6
roles/dovecot/files/before.sieve
Normal file
@@ -0,0 +1,6 @@
|
||||
require ["fileinto","mailbox"];
|
||||
|
||||
if header :contains "X-Spam-Flag" "YES" {
|
||||
fileinto :create "Junk";
|
||||
}
|
||||
|
Reference in New Issue
Block a user