Your "Filters" has a hole that cannot stop spam if the document contains double <html> tags.
Using your Filters and studying the html of spam I have been able to stop 100% of my spam for years. About 9 months ago some 'spammer' has figured out a way around your filter tools.
When creating a filter you allow a filter to flag an email as spam if FROM, BODY, SUBJECT contain a string of text, this works for 99% of spam.
However, what is needed is to be able to say if the DOCUMENT contains a certain string then to flag it as spam.
The spam I cannot stop has the following HTML structure:
<HTML>
<BODY>
<HTML>
<BODY>
The Spam is in Here, the second <html><body> tag and I cannot filter on it !!!!
</BODY>
</HTML>
</BODY>
</HTML>
A document should only have ONE begging and ending <HTML> tag, having two lets spammers take advantage of your FILTER option.
Please address this issue!
Thank you.
