On 04/21, Adam Katz wrote:
> > rawbody LOCAL_8X_TAGS   /(?:<[^>]*>[\s\r\n]{0,4}){8}/mi

> I'm not sure about email clients specifically, but it is (or rather,
> used to be -- I'm way out of date here) a common WYSIWYG foible to
> create empty tags when the user plays with various formatting buttons

Well, you were right.  I did find scary piles of tags.  How about this?

rawbody MUCH_HTML_SPACE  /(?:<\s*(?:p|br)[\s\/]*>\W*){8}/is 

Hits 15 of the last 57 spams SA has missed (score less than 5, all from
this month), and and 0 out of 5,841 of my hams.


All 15 are also hit by your:

rawbody TAGNAME /(?:<br>){5}/mi 

I'm just attempting to more robustly catch large amounts of space.

-- 
"The most merciful thing in the world, I think, is the inability of the
human mind to correlate all its contents."
http://www.ChaosReigns.com

Reply via email to