mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Add MOVE_SPAM_TO_JUNK
This commit is contained in:
parent
57837ccd92
commit
f5f7fc8879
|
@ -208,7 +208,7 @@ Make sure everything (including SPAM) is delivered to the inbox and not quaranti
|
|||
SPAMASSASSIN_SPAM_TO_INBOX=1
|
||||
```
|
||||
|
||||
Create a sieve script which puts spam to the Junk folder.
|
||||
Use `MOVE_SPAM_TO_JUNK=1` or create a sieve script which puts spam to the Junk folder.
|
||||
|
||||
```
|
||||
require ["comparator-i;ascii-numeric","relational","fileinto"];
|
||||
|
|
Loading…
Reference in a new issue