Re: help with sieve

2016-04-26 Thread Stephan Bosch
Op 3/31/2016 om 1:15 AM schreef dove...@paulkoppen.com: > Dear Dovecot / Pigeonhole community, > > I have a very specific issue, but trying to solve this for a full day, > I am now getting so bold from pulling my hairs out, I thought it was > time I asked for help. I hope this is a good place for t

help with sieve

2016-03-31 Thread dovecot
Dear Dovecot / Pigeonhole community, I have a very specific issue, but trying to solve this for a full day, I am now getting so bold from pulling my hairs out, I thought it was time I asked for help. I hope this is a good place for that. At my hosting provider, who have been extremely helpful

Re: Help with sieve

2016-01-21 Thread Benny Pedersen
Joy skrev den 2016-01-21 18:54: require ["fileinto","imap4flags","envelope","body"]; #1 if allof (header :contains ["Subject"] ["test"] ){ setflag "\\Seen"; addflag "\\Flagged"; addflag "BUG"; } next time provide a dovecot -n but before you reply dovecot -n | grep imap4flags

Help with sieve

2016-01-21 Thread Joy
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 ["filein