Hello,
I noticed recently that most of the spam I recive does not have any of the
email addresses I use in the message's To: field. I would like to take
advantage of this to filter spam into the trash. The filters I would like to
create would be something like this:
If subject contains "affordable offshore" AND the To: field does not contain
([EMAIL PROTECTED] OR [EMAIL PROTECTED] OR [EMAIL PROTECTED] OR [EMAIL PROTECTED]) then
transfer message to trash.
Filtering by keywords in the subject is easy enough. My question is how can I
do the second part with several different email addresses. I see there is an
option to us a regular expression in the filter. If this is what I need can
some kind soul give me an example expression. I suppose translate this:
does not contain ([EMAIL PROTECTED] OR [EMAIL PROTECTED] OR [EMAIL PROTECTED] OR
[EMAIL PROTECTED]) into a regular expression?
Thank You.
David Nelson