You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/07/12 17:31:02 UTC

[Bug 3070] rule to catch small font

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=3070





------- Additional Comments From bugzilla.sa@proactiveservices.co.uk  2007-07-12 08:31 -------
Using SpamAssassin (SAwin32) 3.1.7 on Windows 2000, with latest rules via
sa-update.exe.

I have found a few small bugs in HTML_TINY_FONT. I found these in an email from
eBay which just tipped into being spam.

Setting font size to 1em is considered by this rule to be "tiny" but 1em is much
bigger than 1px, I'd say anything >0.5em is small rather than tiny. This single
line of HTML was the trigger of the false positive:
<h2 style="font-size: 1em; ">

Also it doesn't hit decimals without the preceding "0", as in this line that did
not trigger the rule:
<small style="font-size: .7em;">
One could then set font-size to .1em / .1px to make tiny text.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.