http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5310
Summary: X-Spam-Report broken in Evolution
Product: Spamassassin
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: spamassassin
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Evolution (in any version), when dealing with headers with multiple lines,
rearrange the lines.
This has a terrible problem with SpamAssassin as it makes difficult to analise
the rules triggered by ham/spam.
For example, the header:
X-Spam-Report: * 4.2 bla bla blabla blabla bla
* -1.0 bla bla blabla blabla bla
* 3.1 foo fo ofoo bla bar bar bar
will be changed to something like:
X-Spam-Report: * 4.2 bla bla blabla blabla bla * -1.0
bla bla blabla blabla bla * 3.1 foo fo ofoo bla
bar bar bar
To make things even worse, evolution is not completly wrong in doing this. This
is not common, but it is not forbidden in the RFCs.
So, to solve this problem I have updated a patch to insert a new option to SA:
header_report_multiline
if set to 1 (defaults to 0), will insert each line of X-Spam-Report as a new
header, making it readable in clients such as evolution.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.