Re: [Dovecot] Sieve question

2011-06-13 Thread Stephan Bosch
Op 13-6-2011 4:41, Dhaval Patel schreef: -- require "fileinto"; if header :contains "X-Spam-Flag" "YES" { fileinto "spam"; } -- My first question is, where is this global sc

[Dovecot] Sieve question

2011-06-12 Thread Dhaval Patel
I have successfully setup Postfix -> Dovecot with virtual users and spam filtering with spamassassin. Now the last remaining part is for the user defined rules. Let me describe my environment and what I am trying to achieve. I have Postfix setup to call spamc and deliver to Dovecot according to th

Re: [Dovecot] Sieve question

2010-07-10 Thread Perry E. Metzger
On Sat, 10 Jul 2010 19:38:34 +0200 "Leander S." wrote: > Hi, > > is there a possibility to give the if cases a AND / OR sensetivity? You know about anyof/allof in the sieve language, yes? -- Perry E. Metzgerpe...@piermont.com

[Dovecot] Sieve question

2010-07-10 Thread Leander S.
Hi, is there a possibility to give the if cases a AND / OR sensetivity? if header :comparator "i;ascii-casemap" :contains "X-Spam-Flag" "YES" *AND NO *"X-Amavis-Alert" "INFECTED"{ fileinto "Spam"; stop; } elsif header :comparator "i;ascii-casemap" :contains "X-Amavis-Alert" "INFECTED" {

Re: [Dovecot] Sieve question

2009-10-16 Thread Pascal Volk
On 10/16/2009 08:04 PM Thomas Harold wrote: > … > Ideally, it would be an option to the vacation element (i.e. "start > time" and "end time"). The reason that a start/end time would be useful > is in the case of where someone wants to setup their vacation replies > ahead of time, and have them

Re: [Dovecot] Sieve question

2009-10-16 Thread Thomas Harold
On 7/7/2009 1:59 PM, CJ Keist wrote: If there is a separate sieve mailing list let me know. But have question if someone else has done this or not. Right now I have web form people use to setup their vacation replies using Sieve (1.1.6). The form alows them to set what they want their repl

Re: [Dovecot] Sieve question

2009-07-14 Thread Pascal Volk
On 07/07/2009 07:59 PM CJ Keist wrote: > If there is a separate sieve mailing list let me know. But have question > if someone else has done this or not. > > Right now I have web form people use to setup their vacation replies > using Sieve (1.1.6). The form alows them to set what they want the

[Dovecot] Sieve question

2009-07-07 Thread CJ Keist
If there is a separate sieve mailing list let me know. But have question if someone else has done this or not. Right now I have web form people use to setup their vacation replies using Sieve (1.1.6). The form alows them to set what they want their reply address to be, whether to send the r