bundlewrap/bundles/dovecot/files/learn-ham.sieve
mwiegand 6ee63a708d wip
2021-06-16 21:51:04 +02:00

7 lines
143 B
Sieve

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