configurations/Dovecot/sieve/default.sieve

5 lines
85 B
Sieve

require "fileinto";
if header :contains "X-Spam-Flag" "YES" {
fileinto "Junk";
}