diff options
-rw-r--r-- | doc/markdown/modules/multimap.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markdown/modules/multimap.md b/doc/markdown/modules/multimap.md index 75d060e7d..06e680bd1 100644 --- a/doc/markdown/modules/multimap.md +++ b/doc/markdown/modules/multimap.md @@ -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 +~~~ |