Filters

Forum for MailWasher Pro 7 and/or older 2011/2012 versions.
User avatar
stan_qaz
Omniscient Kiwi
Location: Gilbert, Arizona
Posts: 8671
Joined: Fri Jul 25, 2008 5:13 am

Re: Filters

Wed Jul 28, 2010 2:27 pm

Start here for the MW version of regex: http://www.regexlab.com/en/deelx/syntax.htm

http://www.regexlab.com/en/deelx/syntax/ext_modm.htm

So use a -i to not ignore case and look for (?-i)YAHOO@YAHOO\.COM as a guess.
I am not a Firetrust employee just a MW user.
--
First rule of computer consulting: Sell a customer a Linux computer and you'll eat for a day,
sell a customer a Windows computer and you'll eat for a lifetime.
User avatar
anniebrion
βeta Tester
Contact:
Location: Milkyway, Sol, Earth, UK, London
Posts: 3222
Joined: Thu Nov 05, 2009 10:39 am

Re: Filters

Wed Jul 28, 2010 8:30 pm

I have a similar problem and use this regex:

Code: Select all

(?-i)(^|<|\x20)YAHOO@YAHOO\.COM\b
Annie.......... PC details
Mailwasher Pro βeta [v 7.12.39]
User avatar
Digital Drummer
Student Sheep
Posts: 16
Joined: Tue Jul 20, 2010 2:59 pm

Re: Filters

Thu Jul 29, 2010 10:39 am

anniebrion wrote:I have a similar problem and use this regex:

Code: Select all

(?-i)(^|<|\x20)YAHOO@YAHOO\.COM\b

Ok - thanks. I will try this.

I did find a work-a-round that I believe will work because I just can't grasp this regex thing. Because this sender has a unique return path I made a filter to flag that as good. I'll see if these work in the next day or so.

Return to “MailWasher Pro 7”