http://bugzilla.spamassassin.org/show_bug.cgi?id=3160

           Summary: Very light fonts are not detected if the font tag spans
                    multiple lines
           Product: Spamassassin
           Version: 2.63
          Platform: Other
               URL: http://www.exit0.us/index.php/ToAoMsMiscRules
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Rules
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


<font color=

#e7f2e9>Perseid luncheons damnation drums gavel</font>

Is not detected at present by the light font color checks.

The following rule does compensate for this until an eval check is written that
will check the html itself:

# Very light fonts on a white background are unreadable
rawbody  __TM2_MISC_INVISI_COLOR               /\#(?:[e-f]{3}['"
>]?|(?:[e-f][0-9a-f]){3})/i
meta     TM2_MISC_INVISI_FONT                  (__TM2_MISC_INVISI_COLOR &&
HTML_FONTCOLOR_UNKNOWN)
describe TM2_MISC_INVISI_FONT                  Very light text color
score    TM2_MISC_INVISI_FONT                  2.5



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

Reply via email to