1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-20 02:52:11 +00:00

Fixed multiple commented add_header entries in /etc/spamassassin/local.cf

This commit is contained in:
Jeff Volkenant 2019-09-11 13:02:21 -07:00
parent 9e29564f48
commit 0bbab128fd

View File

@ -64,8 +64,8 @@ tools/editconf.py /etc/default/spampd \
# the X-Spam-Status & X-Spam-Score mail headers and related headers. # the X-Spam-Status & X-Spam-Score mail headers and related headers.
tools/editconf.py /etc/spamassassin/local.cf -s \ tools/editconf.py /etc/spamassassin/local.cf -s \
report_safe=0 \ report_safe=0 \
add_header="all Report _REPORT_" \ "add_header all Report"=_REPORT_ \
add_header="all Score _SCORE_" "add_header all Score"=_SCORE_
# Bayesean learning # Bayesean learning
# ----------------- # -----------------