Am 23.10.2014 um 16:53 schrieb Ralph Ballier:
I think there is an error in the search patterns in dbmail 2.2.18.

In Sieveskript is written:

if allof (header :matches "subject" "*\\*SPAM\\**") {
         fileinto "Spam";
}

but the string

*****SPAM*****

why \\* instead \* and why 2.2.18
2.x is end of life!

BTW - filter by subject is not that good

if header :matches ["X-Spam-Flag"] ["Yes"]
{
 fileinto "junk";
}

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to