From d287dea792933b74e0ddc2cc69874833d49da455 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Wed, 15 Jul 2015 13:17:56 +0200 Subject: [PATCH] Doc fix: phishing strict_domains syntax (reported by @Fullmetal8ender) --- doc/markdown/modules/phishing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/markdown/modules/phishing.md b/doc/markdown/modules/phishing.md index 3466ae336..bca4211af 100644 --- a/doc/markdown/modules/phishing.md +++ b/doc/markdown/modules/phishing.md @@ -37,12 +37,12 @@ phishing { # For certain domains from the specified strict maps # use another symbol for phishing plugin strict_domains = [ - "PAYPAL_PHISHING:${CONFDIR}/paypal.map", - "REDIRECTOR_FALSE:${CONFDIR}/redirectors.map" + "${CONFDIR}/paypal.map:PAYPAL_PHISHING", + "${CONFDIR}/redirectors.map:REDIRECTOR_FALSE" ]; } ~~~ If `domains` is unspecified then rspamd checks all domains for phishing. `strict_domains` allows fine-grained control to avoid false positives and enforce some really bad phishing -mails, such as bank phishing or other payments system phishing. \ No newline at end of file +mails, such as bank phishing or other payments system phishing. -- 2.39.5