http://bugzilla.spamassassin.org/show_bug.cgi?id=3372
Summary: HTML parser confused by blank lines in paragraph
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: spamassassin
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
The HTML parser fails to combine lines in HTML that should be combined, for
example:
<P>
Line 1
Line 2
</P>
Would be displayed as 'Line 1 Line 2' in HTML, but the HTML parser doesn't
recognize this.
Sample rule:
body OT_TST1 /first part.*second part/i
describe OT_TST1 testing
score OT_TST1 3.00
See attached message for example.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.