Robert Menschel <[EMAIL PROTECTED]> writes: > Corpus run with 2.63 distribution rules plus the above rule. > > S/O 0.918 (compared to global 0.813), over 6% of spam, significant ham.
Thanks. Can you run hit-frequencies as follows? $ ./hit-frequences -xpa -M 'HTML_MESSAGE|__MIME_HTML' -m 'LW_BIG_AND_RED|HTML_FONT_BIG|HTML_FONTCOLOR_RED' That will show the results for just HTML messages which is a more useful of whether or not a rule is helpful. Anything below 0.500 is pretty much not useful. I think a better rule would combine color with font size all at once (so it would have to be integrated into HTML.pm). Daniel