Skip to content

Commit 08c74c7

Browse files
authored
Uncomment Spam Score if SpamAssassin is installed
2 parents af96118 + fac0cdc commit 08c74c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/upgrade/0.10.0-190430.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ if [ -f /etc/exim4/exim4.conf.template ]; then
220220
# Reconfigure spam filter and virus scanning
221221
if [ ! -z "$ANTISPAM_SYSTEM" ]; then
222222
sed -i "s/#SPAM/SPAM/g" /etc/exim4/exim4.conf.template
223+
sed -i "s/#SPAM_SCORE/SPAM_SCORE/g" /etc/exim4/exim4.conf.template
223224
fi
224225
if [ ! -z "$ANTIVIRUS_SYSTEM" ]; then
225226
sed -i "s/#CLAMD/CLAMD/g" /etc/exim4/exim4.conf.template

0 commit comments

Comments
 (0)