From aa15670dc24e885a44dfcf67b93845f78eed7e3b Mon Sep 17 00:00:00 2001 From: jvolkenant Date: Sun, 1 Dec 2019 13:23:02 -0800 Subject: [PATCH] Fixed multiple commented add_header entries in /etc/spamassassin/local.cf (#1641) --- 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 # -----------------