Aleksander Adamowski <[EMAIL PROTECTED]> wrote: > More specifically, when there's a dangling attribute value like this in > HTML source: > > <font color= > > #feefea> > > , then in the html_font_invisible() method the foreground color ($fg > variable) has the value of 'color' instead of hex code of the HTML color.
Yes, that does sound like a parsing problem. It may be connected to the fact that the HTML is invalid, since an attribute value containing "#" must be quoted. Of course, SA needs to handle that sort of invalid markup, just as mail readers do. Have you submitted a bug report at http://bugzilla.spamassassin.org/ ? -- Keith C. Ivey <[EMAIL PROTECTED]> Washington, DC
