[Dovecot] strange regex sieve filter error

A.L.E.C alec at alec.pl
Fri Jun 18 11:14:43 EEST 2010


On 18.06.2010 10:00, Tim Traver wrote:

> require ["fileinto","copy"];
> # rule:[SPAM-TAG]
> if allof (      header :regex "Subject" "^\\[SPAM-TAG\\]")
> {
>          fileinto "SPAM-TAG";
>          stop;
> }

> main_script: line 3: error: unknown tagged argument ':regex' for the
> header test (reported only once at first occurence).
> main_script: error: validation failed.

require ["fileinto","regex"];

-- 
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net


More information about the dovecot mailing list