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";
}

Reply via email to