diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-07-05 14:41:54 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-07-05 14:41:54 +0200 |
commit | 6fc23f8fe11efab2b6a0f867f848842c8fe2caf4 (patch) | |
tree | cda78d07bb71360f0a9c326053bfe0ab1ff8476f /doc/markdown | |
parent | 3ff01049526dff228e526284548e2e5ea562a7df (diff) | |
download | rspamd-6fc23f8fe11efab2b6a0f867f848842c8fe2caf4.tar.gz rspamd-6fc23f8fe11efab2b6a0f867f848842c8fe2caf4.zip |
Doc fix: confusing reference to RBL module
Diffstat (limited to 'doc/markdown')
-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 +~~~ |