1 message in net.sourceforge.lists.courier-sqwebmail[sqwebmail] Courier/Maildrop/SqWebMai...
FromSent OnAttachments
Sam VarshavchikAug 31, 2005 7:11 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] Courier/Maildrop/SqWebMail 20050828Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Aug 31, 2005 7:11:30 pm
List:net.sourceforge.lists.courier-sqwebmail

Download: http://www.courier-mta.org/download.php#maildrop

Initial implementation of PCRE-based pattern matching.

Version 2.0 of maildrop introduces a new pattern matching engine that uses the PCRE library, that uses a completely different syntax. However, very few changes should be required to upgrade existing maildrop recipes to the new syntax.

The manual pages have been updated to refer to the new pattern syntax. Examples also have been updated with the new syntax, but yell if you find some reference to the old syntax, which I missed.

In any case, review the maildropfilter manual page which has been revised to document the new pattern matching syntax. The legacy pattern matching engine is still available by setting MAILDROP_OLD_REGEXP to 1, during the transitional period. See also the "Conversion of maildrop 1.x patterns to 2.0" section in the maildropfilter manual page, for more information.

A corresponding update to SqWebMail uses PCRE to validate patterns entered into the "Edit Mail Filter" page.