Hi Titouan

My sieve version is :-

community/libsieve 2.3.1-1 [installed]

I get this on:-

$ dbmail-sievecmd  -i  sieve.script sieve.script2 -u neetha -y

Script [sieve.script] has errors: Parse error on line [141306192]:
unsupported feature: body.

seive.script2 being:-

require ["body"];
if body :text :contains "dbmail" {
      redirect "[email protected]";
}

Am I on the wrong version of libsieve?

regards

Nataraj

On Mon, Oct 29, 2012 at 2:15 PM, titouan <[email protected]> wrote:
> Le 25/10/2012 08:28, Nataraj S Narayan a écrit :
>
>> Hi Paul
>>
>> Yeah, removed 'require' and redirect  works.
>>
>> May I know if  filtering the body also possible?
>>
>> regards
>>
>> Nataraj
>>
>
> Hello
>
> require "body"
> http://tools.ietf.org/html/draft-ietf-sieve-body-09
>    Example:
>         require ["body", "fileinto"];
>
>         # Save messages mentioning the project schedule in the
>         # project/schedule folder.
>         if body :text :contains "project schedule" {
>                 fileinto "project/schedule";
>         }
> titouan
>
>
> _______________________________________________
> DBmail mailing list
> [email protected]
> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to