From 0bbab128fda5a2e643fce438ef75a8d2e9989094 Mon Sep 17 00:00:00 2001 From: Jeff Volkenant Date: Wed, 11 Sep 2019 13:02:21 -0700 Subject: [PATCH] Fixed multiple commented add_header entries in /etc/spamassassin/local.cf --- setup/spamassassin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/spamassassin.sh b/setup/spamassassin.sh index 148cfd0b..d6c8b83b 100755 --- a/setup/spamassassin.sh +++ b/setup/spamassassin.sh @@ -64,8 +64,8 @@ tools/editconf.py /etc/default/spampd \ # the X-Spam-Status & X-Spam-Score mail headers and related headers. tools/editconf.py /etc/spamassassin/local.cf -s \ report_safe=0 \ - add_header="all Report _REPORT_" \ - add_header="all Score _SCORE_" + "add_header all Report"=_REPORT_ \ + "add_header all Score"=_SCORE_ # Bayesean learning # -----------------