Update to trixie
This commit is contained in:
parent
3686d35108
commit
fbfb04717a
48 changed files with 914 additions and 2216 deletions
8
mail_system/files/dovecot/sieve/pipes/learn-ham.sieve
Normal file
8
mail_system/files/dovecot/sieve/pipes/learn-ham.sieve
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# THIS FILE IS CONTROLLED BY ANSIBLE - DO NOT CHANGE IN DEPLOYMENT!
|
||||
|
||||
|
||||
require ["vnd.dovecot.pipe", "copy", "imapsieve", "variables"];
|
||||
if string "${mailbox}" "Trash" {
|
||||
stop;
|
||||
}
|
||||
pipe :copy "rspamd-learn-ham.sh";
|
||||
BIN
mail_system/files/dovecot/sieve/pipes/learn-ham.svbin
Normal file
BIN
mail_system/files/dovecot/sieve/pipes/learn-ham.svbin
Normal file
Binary file not shown.
5
mail_system/files/dovecot/sieve/pipes/learn-spam.sieve
Normal file
5
mail_system/files/dovecot/sieve/pipes/learn-spam.sieve
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# THIS FILE IS CONTROLLED BY ANSIBLE - DO NOT CHANGE IN DEPLOYMENT!
|
||||
|
||||
|
||||
require ["vnd.dovecot.pipe", "copy", "imapsieve"];
|
||||
pipe :copy "rspamd-learn-spam.sh";
|
||||
BIN
mail_system/files/dovecot/sieve/pipes/learn-spam.svbin
Normal file
BIN
mail_system/files/dovecot/sieve/pipes/learn-spam.svbin
Normal file
Binary file not shown.
3
mail_system/files/dovecot/sieve/pipes/rspamd-learn-ham.sh
Executable file
3
mail_system/files/dovecot/sieve/pipes/rspamd-learn-ham.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/rspamc learn_ham
|
||||
exit 0
|
||||
3
mail_system/files/dovecot/sieve/pipes/rspamd-learn-spam.sh
Executable file
3
mail_system/files/dovecot/sieve/pipes/rspamd-learn-spam.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/rspamc learn_spam
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue