Mailing List Archive

[Bug 8121] New: header rules with keyword all not working
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8121

Bug ID: 8121
Summary: header rules with keyword all not working
Product: Spamassassin
Version: 4.0.0
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Libraries
Assignee: dev@spamassassin.apache.org
Reporter: sa-mst@lrz.de
Target Milestone: Undefined

rules like __TO_EQ_FROM_1 are not working anymore because the newlines at the
end of the line are doubled.

Deleting the \n in line

$hval = scalar(@harr) ? join("\n", @harr) : ' .

of Check.pm corrects the problem.

A workaround for the ALL-rules is to replace the \n with \n{1,2}.

--
You are receiving this mail because:
You are the assignee for the bug.