mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-09 00:44:59 +02:00
consistently make 1 the default value for SPAMASSASSIN_SPAM_TO_INBOX
(#2361)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
ce9e86c462
commit
908e95fa74
5 changed files with 8 additions and 36 deletions
|
@ -343,13 +343,10 @@ Finally the logrotate interval **may** affect the period for generated reports.
|
|||
- **0** => SpamAssassin is disabled
|
||||
- 1 => SpamAssassin is enabled
|
||||
|
||||
**/!\\ Spam delivery:** when SpamAssassin is enabled, messages marked as spam WILL NOT BE DELIVERED.
|
||||
Use `SPAMASSASSIN_SPAM_TO_INBOX=1` for receiving spam messages.
|
||||
|
||||
##### SPAMASSASSIN_SPAM_TO_INBOX
|
||||
|
||||
- **0** => Spam messages will be bounced (_rejected_) without any notification (_dangerous_).
|
||||
- 1 => Spam messages will be delivered to the inbox and tagged as spam using `SA_SPAM_SUBJECT`.
|
||||
- **1** => Spam messages will be delivered to the inbox and tagged as spam using `SA_SPAM_SUBJECT`.
|
||||
- 0 => Spam messages will be bounced (_rejected_) without any notification (_dangerous_).
|
||||
|
||||
##### MOVE_SPAM_TO_JUNK
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue