From: Mark Wooding Date: Sat, 13 Jun 2015 10:16:33 +0000 (+0100) Subject: spam.m4: Rename X-SpamAssassin-* headers to X-Distorted-SpamAssassin-*. X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/commitdiff_plain/33abb52060c6a939ea3f1f31b4b2fda21bdfc56a spam.m4: Rename X-SpamAssassin-* headers to X-Distorted-SpamAssassin-*. This makes them less confusing because other mailservers attach their own SpamAssassin reports. --- diff --git a/spam.m4 b/spam.m4 index a8759a7..5ce660b 100644 --- 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