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

7 lines
87 B
Cheetah
Raw Normal View History

2021-12-22 13:03:37 +00:00
require ["fileinto"];
if header :contains "X-Spam" "Yes" {
fileinto "Junk";
2016-07-06 08:58:48 +00:00
stop;
}