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

Reply via email to