From 5dafd4b94076b526fe8f00bca1c055edef02864a Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:52:20 +1300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Casper --- docs/content/config/environment.md | 2 +- mailserver.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)