From 586566bcbda2e8c369ce8512365dd68c54f4bde2 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 24 Oct 2021 03:48:35 +0200 Subject: [PATCH] install_amavis.sh: replace '--allowplugins' with '--reallyallowplugins' in script 'sa-update.sh'. --- install_amavis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_amavis.sh b/install_amavis.sh index 4c540ca..fbdc5a6 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -2373,7 +2373,7 @@ if [[ \$code1 > 1 ]]; then echo "problem with sa-update" fi -sa-update --allowplugins --channelfile /etc/spamassassin/sa_channel --gpgkeyfile /etc/spamassassin/sa_keys +sa-update --reallyallowplugins --channelfile /etc/spamassassin/sa_channel --gpgkeyfile /etc/spamassassin/sa_keys code2=\$? if [[ \$code2 > 1 ]]; then