yunohost/conf/rspamd/rspamd.sieve
Xavier Brochard 726e0467e9
fix case of flag value
same as previous commit on dovecot.sieve
2022-03-23 23:32:16 +01:00

4 lines
76 B
Sieve

require ["fileinto"];
if header :is "X-Spam" "Yes" {
fileinto "Junk";
}