Help with sieve
Joy
pj.netfilter at gmail.com
Thu Jan 21 17:54:31 UTC 2016
Dear Experts,
I am having following script which is working
perfectly on 3 server but not working as expected on new server.
I have updated latest sieve software compiled from source, In case i use
fileinto to move mail to other folder it works perfectly ..
require ["fileinto","imap4flags","envelope","body"];
#1
if allof (header :contains ["Subject"] ["test"]
){
setflag "\\Seen";
addflag "\\Flagged";
addflag "BUG";
}
More information about the dovecot
mailing list