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

7 lines
87 B
Cheetah

require ["fileinto"];
if header :contains "X-Spam" "Yes" {
fileinto "Junk";
stop;
}