]> source.dussan.org Git - rspamd.git/commitdiff
Doc fix: phishing strict_domains syntax (reported by @Fullmetal8ender) 333/head
authorAndrew Lewis <nerf@judo.za.org>
Wed, 15 Jul 2015 11:17:56 +0000 (13:17 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Wed, 15 Jul 2015 11:17:56 +0000 (13:17 +0200)
doc/markdown/modules/phishing.md

index 3466ae3369f096d7dfc90081e7a67782d5d70437..bca4211af71ef43f97ba1de785c7a728b12ddcb2 100644 (file)
@@ -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.