http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4695
------- Additional Comments From [EMAIL PROTECTED] 2006-02-09 18:10 ------- (In reply to comment #15) > however that patch now only fixes with tags without spaces, e.g. "<br />" but > not "<img src=foo.gif />". Does this bug affect other tags such as that > example? Hrm. I was thinking the issue was one of "<tag />", not "<tag with data />", but I guess there's no reason why it couldn't be the case -- the only issue is that the RE to deal with the "tag with data" version is going to be much harder since '<img src="..." alt="End of Tag? /> Not really" />' could happen. If we want to solve for all tag conditions, I think we'll want HTML::Parser to do it, if we want to solve the simple ones such as "<br/>" and "<p/>" the RE substitution route will work. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
