spam.m4: Rename X-SpamAssassin-* headers to X-Distorted-SpamAssassin-*.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 13 Jun 2015 10:16:33 +0000 (11:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 13 Jun 2015 10:16:33 +0000 (11:16 +0100)
This makes them less confusing because other mailservers attach their
own SpamAssassin reports.

spam.m4

diff --git a/spam.m4 b/spam.m4
index a8759a7..5ce660b 100644 (file)
--- a/spam.m4
+++ b/spam.m4
@@ -205,10 +205,10 @@ data_spam:
                 set acl_m_spam_tests = ${sg{$acl_m_spam_tests}{!(.)}{\$1}}
 
                 ## Insert the headers.
-                add_header = X-SpamAssassin-Score: \
+                add_header = X-Distorted-SpamAssassin-Score: \
                        $spam_score/$acl_m_spam_limit_presentation \
                        ($spam_bar)
-                add_header = X-SpamAssassin-Status: \
+                add_header = X-Distorted-SpamAssassin-Status: \
                        score=$spam_score, \
                        limit=$acl_m_spam_limit_presentation, \n\t\
                        tests=$acl_m_spam_tests