Re: [Dovecot] dovecot 1.2.1 and sieve-0.9.1

2009-07-28 Thread Tim Traver
> Your script checks for: > - a header called "Sender" literally (which isn't in the posted header) > - expects it to contain a valid e-mail address that contains the string > "Dude" (which is not true, when you actually meant to use "From": Dude > is not part of the mail address) > > > > The

Re: [Dovecot] dovecot 1.2.1 and sieve-0.9.1

2009-07-28 Thread Tom Hendrikx
John Killian wrote: > Hi all, > > ok, can someone tell me which header fields that the "Sender" function > in sieve looks at ??? > > I've created a sieve rule to move a mail to a directory that looks like > this : > # rule:[File Message] > if anyof (address :contains "Sender" "Dude") > { >

Re: [Dovecot] dovecot 1.2.1 and sieve-0.9.1

2009-07-28 Thread Stephan Bosch
John Killian schreef: Hi all, ok, can someone tell me which header fields that the "Sender" function in sieve looks at ??? I've created a sieve rule to move a mail to a directory that looks like this : # rule:[File Message] if anyof (address :contains "Sender" "Dude") { fileinto "TestFo

[Dovecot] dovecot 1.2.1 and sieve-0.9.1

2009-07-28 Thread John Killian
Hi all, ok, can someone tell me which header fields that the "Sender" function in sieve looks at ??? I've created a sieve rule to move a mail to a directory that looks like this : # rule:[File Message] if anyof (address :contains "Sender" "Dude") { fileinto "TestFolder"; } And the emails