]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Doc fix: confusing reference to RBL module 328/head
authorAndrew Lewis <nerf@judo.za.org>
Sun, 5 Jul 2015 12:41:54 +0000 (14:41 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Sun, 5 Jul 2015 12:41:54 +0000 (14:41 +0200)
doc/markdown/modules/multimap.md

index 75d060e7d737fc02b26c1fc336a8c29fe8d3588e..06e680bd17f03a060a31d30fc3922406738880fb 100644 (file)
@@ -39,7 +39,7 @@ Type attribute means what is matched with this map. The following types are supp
 * `from` - matches envelope from (or header `From` if envelope from is absent)
 * `rcpt` - matches any of envelope rcpt or header `To` if envelope info is missing
 * `header` - matches any header specified (must have `header = "Header-Name"` configuration attribute)
-* `dnsbl` - matches source IP against some DNS blacklist (see [RBL](rbl.md) documentation for details)
+* `dnsbl` - matches source IP against some DNS blacklist (consider using [RBL](rbl.md) module for this)
 
 DNS maps has historic support.
 
@@ -57,4 +57,4 @@ multimap {
        spamhaus { type = "dnsbl"; map = "pbl.spamhaus.org"; symbol = "R_IP_PBL"; 
                description = "PBL dns block list"; } # Better use RBL module instead
 }
-~~~
\ No newline at end of file
+~~~