Re: [Dovecot] dovecot sieve plugin

2010-11-09 Thread A.L.E.C
On 09.11.2010 14:07, maximatt wrote: >if body :matches ["text/html"] ["these_is_a_test"] { > > gives the followin error when i try to parse them: > > line 4: error: the body test requires 1 positional argument(s), but 2 > is/are specified. > error: validation failed. This probab

Re: [Dovecot] dovecot sieve plugin

2010-11-09 Thread maximatt
changing the answer... Why these stament: if body :matches ["text/html"] ["these_is_a_test"] { gives the followin error when i try to parse them: line 4: error: the body test requires 1 positional argument(s), but 2 is/are specified. error: validation failed. i found some exampl

[Dovecot] dovecot sieve plugin

2010-11-09 Thread maximatt
hi... ¿exist some way to extract message body contect to a variable with dovecot sieve plugin? ¿:(? it's needed to do something like these: if address :matches ["From"] ["*"] { set "sender" "${0}"; # i try using something like "if body :raw :contains ["*"]" and use ${1} but

Re: [Dovecot] Dovecot sieve plugin reject not working

2008-08-05 Thread Andrew Schulman
> When I send message from yahoo.com to my [EMAIL PROTECTED] > account on this server no rejection notice is being sent back. It looks > like at the end of the log file section below that it is sending > something back, but nothing shows up. Also see how the "From" is empty? > I don't think this i

[Dovecot] Dovecot sieve plugin reject not working

2008-08-05 Thread CJ Keist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm at a loss here. Details of my setup: OS: Solaris 10 gcc version: 3.4.3 postfix version 2.5.2 dovecot version 1.1.2 dovecot sieve version 1.1.5 How I installed: Postfix: make makefiles CCARGS='-DUSE_SASL_AUTH \-DDEF_SERVER_SASL_TYPE=\"dovecot\"