self-hosting/roles/mailserver_dovecot/templates/learn-ham.sieve.j2

10 lines
168 B
Text
Raw Normal View History

# {{ ansible_managed }}
require ["vnd.dovecot.pipe", "copy", "imapsieve", "variables"];
if string "${mailbox}" "Trash" {
stop;
}
pipe :copy "rspamd-learn-ham.sh";