Bug 278 - Fix for missing space in X-Spam-Report
Summary: Fix for missing space in X-Spam-Report
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 2.20
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-03 16:36 UTC by Malte S. Stretz
Modified: 2002-06-03 05:00 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
Patch the REs patch None Malte S. Stretz [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Malte S. Stretz 2002-05-03 16:36:04 UTC
The REs which build the X-Spam-Report header are a bit awkward: The /m modifier makes the 
^ in the REs match the newline anyway so there's no reason to difference. It just makes 
the RE fail for the first line of the report (no leading space added). This patch fixes 
this issue.
Comment 1 Malte S. Stretz 2002-05-03 16:37:44 UTC
Created attachment 90 [details]
Patch the REs
Comment 2 Craig Hughes 2002-06-03 13:00:27 UTC
Patched and committed.  Thanks again.