yunohost/conf/dovecot/dovecot.sieve
2021-11-10 17:56:02 +01:00

4 lines
100 B
Sieve

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