Skip to content

Commit 92e7b97

Browse files
authored
Exclude libmail-dkim-perl if spamassassin will not be installed
1 parent a2fa6b7 commit 92e7b97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/vst-install-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ if [ "$clamd" = 'no' ]; then
556556
fi
557557
if [ "$spamd" = 'no' ]; then
558558
software=$(echo "$software" | sed -e "s/spamassassin//")
559+
software=$(echo "$software" | sed -e "s/libmail-dkim-perl//")
559560
fi
560561
if [ "$dovecot" = 'no' ]; then
561562
software=$(echo "$software" | sed -e "s/dovecot-imapd//")

0 commit comments

Comments
 (0)