yunohost/data/templates/dovecot/dovecot.sieve
2015-07-19 11:08:18 +02:00

4 lines
100 B
Sieve

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