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

7 lines
111 B
Cheetah
Raw Normal View History

2016-07-06 08:58:48 +00:00
require ["fileinto","mailbox"];
if header :contains "X-Spam-Flag" "YES" {
fileinto :create "Junk";
stop;
}