SA Bugzilla – Bug 278
Fix for missing space in X-Spam-Report
Last modified: 2002-06-03 05:00:27 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.
Created attachment 90 [details] Patch the REs
Patched and committed. Thanks again.