12-12-2005, 08:48 AM -
Yuri Kobets Wrote:Quote:That is a little cunfusing for me. Could you explain it a little easier maybe?All are simple:
Header field: TO
Search function: Does not contain regular expression
Value: ("(FirstName LastName|[[:print:]]*LastName)"[[pace:]]*)*<*myemail@myemail.com>*
replace firstname, lastname and <!-- e --><a href="mailto:myemail@myemail.com">myemail@myemail.com</a><!-- e --> with your data and place this condition into rule that mark spam. Every email that contain your email address but incorrect name will be marked as spam.
Ok I did what you said but but for some reason now all e mail are being marked as spam. What could be wrong?
This is what I did
Header field: TO
Search function: Does not contain regular expression
Value: ("(Ted Swith|[[:print:]]*Smith)"[[pace:]]*)*<*tedsmith@yahoo.com>*
Names are made up.
I would like to stop all e mails that do not have the following in the to list
<!-- e --><a href="mailto:tedsmith@yahoo.com">tedsmith@yahoo.com</a><!-- e -->
"Ted Smith" <tedsmith@yahoo.com>
"Ted" <tedsmith@yahoo.com>
This is just a sample not why real info
So did i do something wrong?