mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-21 11:14:33 +02:00
fix SpamAssassin spelling/typos (#1869)
This commit is contained in:
parent
dd0b399f33
commit
22321c308c
7 changed files with 21 additions and 21 deletions
|
@ -1379,7 +1379,7 @@ function _setup_security_stack
|
|||
echo "# WARNING: this file is auto-generated." >"${DMS_AMAVIS_FILE}"
|
||||
echo "use strict;" >>"${DMS_AMAVIS_FILE}"
|
||||
|
||||
# Spamassassin
|
||||
# SpamAssassin
|
||||
if [[ ${ENABLE_SPAMASSASSIN} -eq 0 ]]
|
||||
then
|
||||
_notify 'warn' "Spamassassin is disabled. You can enable it with 'ENABLE_SPAMASSASSIN=1'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue