Re: [Dovecot] Sieve problem with managesieve

2010-11-11 Thread Michael Kliewe
Hi, "header :is From" compares against the whole From: header. You only want to test the containing email address. See address This lets you match on only an address field's email address, not its associated name. For example, I could send an email as "John Smith" >. The test header "From"

Re: [Dovecot] Sieve problem with managesieve

2010-11-11 Thread Simone Caruso
On 10/11/2010 21:14, A.L.E.C wrote: On Wed, 10 Nov 2010 19:01:02 +0100, Simone Caruso wrote: I have a problem with a sieve script.. my config is dovecot 1.2.15 with managesieve, and roundcube. if anyof (header :contains "From" "x...@example.com") if anyof (header :is "From" "t...@ardeek.com")

Re: [Dovecot] Sieve problem with managesieve

2010-11-10 Thread A.L.E.C
On Wed, 10 Nov 2010 19:01:02 +0100, Simone Caruso wrote: I have a problem with a sieve script.. my config is dovecot 1.2.15 with managesieve, and roundcube. if anyof (header :contains "From" "x...@example.com") if anyof (header :is "From" "t...@ardeek.com") ":is" is an absolute match, ":contain