We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c01fe3 commit fac0cdcCopy full SHA for fac0cdc
install/upgrade/0.10.0-190430.sh
@@ -220,6 +220,7 @@ if [ -f /etc/exim4/exim4.conf.template ]; then
220
# Reconfigure spam filter and virus scanning
221
if [ ! -z "$ANTISPAM_SYSTEM" ]; then
222
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
224
fi
225
if [ ! -z "$ANTIVIRUS_SYSTEM" ]; then
226
sed -i "s/#CLAMD/CLAMD/g" /etc/exim4/exim4.conf.template
0 commit comments