From 5bb68e9905e41de2e46f9b51b5a2fe7b9605d5f8 Mon Sep 17 00:00:00 2001 From: youtous Date: Sat, 2 May 2020 19:41:36 +0200 Subject: [PATCH] Update SA-learn --- 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 30a0faa1..7f1a70b8 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -93,7 +93,7 @@ In the default setup, amavis only applies Spamassassin x-headers into domains ma ### How can I make SpamAssassin learn spam? -Put received spams in `.Junk/` imap folder and add a _user_ cron like the following: +Put received spams in `.Junk/` imap folder using `SPAMASSASSIN_SPAM_TO_INBOX=1` and `MOVE_SPAM_TO_JUNK=1` and add a _user_ cron like the following: ``` # This assumes you're having `environment: ONE_DIR=1` in the docker-compose.yml,