diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-15 22:15:55 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-15 22:18:40 +0200 |
commit | 68cd23a572599728de8aab73236839bc06c99547 (patch) | |
tree | 7cb71a417592444139dbfb8dbb72844417dd09a0 /doc | |
parent | 898bd618e4a62810a37de25f31bde4cf09cb3022 (diff) | |
download | rspamd-68cd23a572599728de8aab73236839bc06c99547.tar.gz rspamd-68cd23a572599728de8aab73236839bc06c99547.zip |
Support site-local IP address / subnet exclusions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/modules/rbl.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index 2c654c808..8748f4617 100644 --- a/doc/markdown/modules/rbl.md +++ b/doc/markdown/modules/rbl.md @@ -57,6 +57,12 @@ If set to true, do not use this RBL if the message sender is authenticated. If set to true, from/received RBL checks will ignore private IP address space. +Other parameters which can be set here are: + +- local_exclude_ip_map + +Can be set to a URL of a list of IPv4/IPv6 addresses & subnets not to be processed by from/received RBL checks. + RBL-specific subsection is structured as follows: ~~~nginx |