http://bugzilla.spamassassin.org/show_bug.cgi?id=1987
------- Additional Comments From [EMAIL PROTECTED] 2004-02-06 17:11 ------- Created an attachment (id=1754) --> (http://bugzilla.spamassassin.org/attachment.cgi?id=1754&action=view) Added HTMLtidy support for testing I added tidy_analyze() and tidy_dump() to HTML.pm. The patch adds a requirement for IPC::Open2 (perl core dist), expect to find /usr/local/bin/tidy, and appends to /tmp/tidy.out. After calling tidy_analyze(), HTML->{tidy}{report} holds a sorted normalized list of HTML errors and HTML->{tidy}{errors} contains raw tidy output as a list. tidy_dump() puts a separator between reports for easy per-message analysis. The call to both methods is from MsgContainer.pm (patch follows.) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
