bundlewrap/bundles/dovecot/files/learn-ham.sieve
mwiegand b4f1145b6a wip
2021-10-18 22:29:01 +02:00

7 lines
136 B
Sieve

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