diff --git a/docs/content/config/environment.md b/docs/content/config/environment.md index 8d71d174..c3c074fd 100644 --- a/docs/content/config/environment.md +++ b/docs/content/config/environment.md @@ -556,7 +556,7 @@ Changes the interval in which log files are rotated. - **2.0** => add 'spam info' headers at, or above this spam score -Mail is not yet considered spam at this spam score, but for purposes like diagnositcs it can be useful to identify mail with a spam score at a lower bound than `SA_TAG2`. +Mail is not yet considered spam at this spam score, but for purposes like diagnostics it can be useful to identify mail with a spam score at a lower bound than `SA_TAG2`. ??? example "`X-Spam` headers appended to mail" diff --git a/mailserver.env b/mailserver.env index c564bb7c..0c2e1e40 100644 --- a/mailserver.env +++ b/mailserver.env @@ -376,7 +376,7 @@ ENABLE_SPAMASSASSIN=0 # Note: only has an effect if `ENABLE_SPAMASSASSIN=1` ENABLE_SPAMASSASSIN_KAM=0 -# deliver spam messages in the inbox (tagged using SA_SPAM_SUBJECT) +# deliver spam messages to the inbox (tagged using SA_SPAM_SUBJECT) SPAMASSASSIN_SPAM_TO_INBOX=1 # spam messages will be moved in the Junk folder (SPAMASSASSIN_SPAM_TO_INBOX=1 required)