From 33abb52060c6a939ea3f1f31b4b2fda21bdfc56a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 13 Jun 2015 11:16:33 +0100 Subject: [PATCH] spam.m4: Rename X-SpamAssassin-* headers to X-Distorted-SpamAssassin-*. This makes them less confusing because other mailservers attach their own SpamAssassin reports. --- spam.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0