dovecot/rootfs/etc/confd/templates/spam.sieve.tmpl

7 lines
111 B
Cheetah

require ["fileinto","mailbox"];
if header :contains "X-Spam-Flag" "YES" {
fileinto :create "Junk";
stop;
}