From 0bb57163d29b35e838f0ec59fc1f7a376dbaed9d Mon Sep 17 00:00:00 2001 From: makloda Date: Sun, 29 Jan 2017 17:45:33 +0100 Subject: [PATCH] Updated FAQ and Tips (markdown) --- docs/content/config/troubleshooting/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index 2bef89d9..75832daa 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -53,11 +53,11 @@ Antispam rules are managed in `config/spamassassin-rules.cf`. ### Why are Spamassassin x-headers not inserted into my sample.domain.com subdomain emails? -In the default setup, Amavis only applies Spamassassin x-headers into domains matching the template listed in the config file 05-domain_id (in the amavis defaults). The default setup @local_domains_acl = ( ".$mydomain" ); does not match subdomains. To match subdomains, you can override the @local_domains_acl directive in the Amavis user config file 50-user with @local_domains_maps = ("."); to match any sort of domain template. +In the default setup, amavis only applies Spamassassin x-headers into domains matching the template listed in the config file 05-domain_id (in the amavis defaults). The default setup @local_domains_acl = ( ".$mydomain" ); does not match subdomains. To match subdomains, you can override the @local_domains_acl directive in the amavis user config file 50-user with @local_domains_maps = ("."); to match any sort of domain template. ### How can I make Spamassassin learn spam? -Put received spams in `.Junk/` imap folder and add a cron like the fllowing: +Put received spams in `.Junk/` imap folder and add a cron like the following: ``` # Everyday 2:00AM, learn spam for this specific user