Update to trixie
This commit is contained in:
parent
3686d35108
commit
fbfb04717a
48 changed files with 914 additions and 2216 deletions
3
mail_system/files/dovecot/sieve/after/README
Normal file
3
mail_system/files/dovecot/sieve/after/README
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# THIS FILE IS CONTROLLED BY ANSIBLE - DO NOT CHANGE IN DEPLOYMENT!
|
||||
|
||||
See sieve_before/README; sieve filters in this directory are run after the user's scripts.
|
||||
|
|
@ -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 "Junk";
|
||||
stop;
|
||||
}
|
||||
BIN
mail_system/files/dovecot/sieve/after/spam-to-folder.svbin
Normal file
BIN
mail_system/files/dovecot/sieve/after/spam-to-folder.svbin
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue