Displaying 1 result from an estimated 1 matches for "1181225".
Did you mean:
118125
2020 Sep 05
2
Default sieve mark seen?
I have the following in my default.sieve file:
require "fileinto";
if header :contains "X-spam-flag" "YES" {
require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables", "imap4flags"];
setflag "\\Seen";
fileinto "Junk";
}
This is largely unchanged, except that I