infrastructure/app/build/dovecot/conf/all_before.sieve

6 lines
107 B
Sieve

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