bundlewrap/bundles/dovecot/files/spam-global.sieve
mwiegand 6ee63a708d wip
2021-06-16 21:51:04 +02:00

6 lines
106 B
Sieve

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