clone from private repo
This commit is contained in:
commit
c0ae983acb
48 changed files with 2766 additions and 0 deletions
9
mail_system/templates/dovecot/spam-to-folder.sieve
Normal file
9
mail_system/templates/dovecot/spam-to-folder.sieve
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# THIS FILE IS CONTROLLED BY ANSIBLE - DO NOT CHANGE IN DEPLOYMENT!
|
||||
|
||||
|
||||
require ["fileinto","mailbox"];
|
||||
|
||||
if header :contains "X-Spam" "Yes" {
|
||||
fileinto :create "INBOX.Junk";
|
||||
stop;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue