From: Vsevolod Stakhov Date: Fri, 24 Jun 2016 10:42:53 +0000 (+0100) Subject: Merge pull request #677 from moisseev/patch-2 X-Git-Tag: 1.3.0~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dc9c879a1259a1265c69f1283151288b7e282cb;p=thirdparty%2Frspamd.git Merge pull request #677 from moisseev/patch-2 [Doc] Relocate comment out of array --- 2dc9c879a1259a1265c69f1283151288b7e282cb diff --cc doc/markdown/modules/phishing.md index 52e6dd6b67,4cedefa595..98f6888379 --- a/doc/markdown/modules/phishing.md +++ b/doc/markdown/modules/phishing.md @@@ -27,13 -27,13 +27,13 @@@ Here is an example of full module confi ~~~ucl phishing { symbol = "R_PHISHING"; # Default symbol - + # Check only domains from this list domains = "file:///path/to/map"; - + # Make exclusions for known redirectors + # Entry format: URL/path for map, colon, name of symbol redirector_domains = [ - # URL/path for map, colon, name of symbol "${CONFDIR}/redirectors.map:REDIRECTOR_FALSE" ]; # For certain domains from the specified strict maps