From e69ad27bfc8acdd87eb67afc4bc0bdf152465374 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 11 Sep 2019 14:04:00 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index afc21d9..de2579c 100644 --- a/installer.sh +++ b/installer.sh @@ -330,7 +330,7 @@ chgrp dovecot /etc/dovecot/sieve/default.svbin ##------------------## # Spamassassin # ##------------------## -apt install spamassassin razor pyzor -y +apt install spamassassin spamc razor pyzor -y sed -i -e 's/# report_safe 1/report_safe 0/' -e 's/# required_score 5.0/required_score 5.0/' -e 's/endif # Mail::SpamAssassin::Plugin::Shortcircuit//' /etc/spamassassin/local.cf echo "" >> /etc/spamassassin/local.cf echo "skip_rbl_checks 0" >> /etc/spamassassin/local.cf