Fixed multiple commented add_header entries in /etc/spamassassin/local.cf (#1641)

This commit is contained in:
jvolkenant 2019-12-01 13:23:02 -08:00 committed by Joshua Tauberer
parent 81176c8e4b
commit aa15670dc2
1 changed files with 2 additions and 2 deletions

View File

@ -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
# -----------------