https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6216
Summary: check_blank_line_ratio does not properly calculate
blank lines
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Rules (Eval Tests)
AssignedTo: [email protected]
ReportedBy: [email protected]
The check_blank_line_ration assumes that the return value for
$pms->get_decoded_body_text_array() is an array of lines. This is incorrect,
it is actually an array of paragraph chunks. The function needs to be adjusted
to account for the different return value.
This causes hits for BLANK_LINES_* rules (which apparently we only have one of
now) to miss.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.