infrastructure/app/email/build/dovecot/legacy/all_before.sieve

6 lines
107 B
Sieve

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