mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-01 08:34:50 +02:00
Add MOVE_SPAM_TO_JUNK
parent
f063f89040
commit
5b0069400d
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ Make sure everything (including SPAM) is delivered to the inbox and not quaranti
|
||||||
SPAMASSASSIN_SPAM_TO_INBOX=1
|
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"];
|
require ["comparator-i;ascii-numeric","relational","fileinto"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue