yunohost/conf/dovecot/dovecot.sieve
Xavier Brochard 4359aad89f
Fix flag case sensitivity
AFAIK this value is case sensitive. It is written as "Yes" in rspamd/milter_headers.conf
2022-03-23 23:22:55 +01:00

4 lines
100 B
Sieve

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