From f5f7fc88796e3930071c09ca103f1e2e2f4ba24f Mon Sep 17 00:00:00 2001 From: youtous Date: Sat, 2 May 2020 19:40:16 +0200 Subject: [PATCH] Add MOVE_SPAM_TO_JUNK --- docs/content/config/troubleshooting/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index 76f04de7..30a0faa1 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -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"];