MWPapi log:
Code: Select all
08-26-2010 12:58:26.109 MWPUI Adding filter: A-Empty
08-26-2010 12:58:26.125 MWPUI Optimised rule: Name=QS1FbXB0eQ==_1, Field=subject, Expression=(EMPTY\ EMAIL)
08-26-2010 12:58:26.125 MWPUI Optimised rule: Name=QS1FbXB0eQ==_2, Field=from, Expression=(MWPappAcct)
08-26-2010 12:58:26.125 MWPUI Adding filter: A-Resent-From MW
08-26-2010 12:58:26.125 MWPUI Optimised rule: Name=QS1SZXNlbnQtRnJvbSBNVw==_1, Field=header, Expression=((?:^Resent-From: MailWasher? Pro recycle bin))|((?:^Received: from mw.nowhere.com))
I've switched a few filters from plain text to regex so that I could cut down on the amount of text they have to search, things like the "^" to limit the search to the start of the line/field or using the regex "|" or condition to eliminate duplicate searching of the same text in different rules.