http://bugzilla.spamassassin.org/show_bug.cgi?id=3384
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2004-05-14 10:12 -------
yeah, the code was checking for tags and elements values before using them, but
then also used
tags_seen and elements_seen in the same block, which aren't guaranteed to exist
if tags/elements
does, specifically when the only HTML tag is the <doctype> ala
HTML::html_declaration() ... oops.
fixed now. :) r10649
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.