ansible-mailserver-debian/mail_system/files/dovecot/sieve/pipes/learn-ham.sieve

9 lines
211 B
Sieve
Raw Normal View History

2026-03-22 13:09:26 +01:00
# 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";