Alex S Moore wrote: > I have messages that give this error from sa-learn. SA is 3.0.4. Perl > is 5.8.7. HTML-Parser is 3.45 > > Parsing of undecoded UTF-8 will give garbage when decoding entities at > /opt/csw/share/perl/csw/Mail/SpamAssassin/HTML.pm line 182. > > Attached is an example, which is ham. The HTML::Parser man page says > something about passing utf8 to p->parse, or some such, but I do not > understand what this means. Is there a patch to SA to fix this?
Yes, there is a patch, but all it does is swallow the message. The developers tested and proved this message is not harmful, so you can safely ignore it. It's a byproduct of the HTML::Parser code warning about a problem that doesn't appear to matter with SA the way SA uses it. http://bugzilla.spamassassin.org/show_bug.cgi?id=4046