bundlewrap/bundles/dovecot/files/spam-to-folder.sieve
2021-10-18 22:15:33 +02:00

6 lines
106 B
Sieve

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