diff options
author | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-08-07 16:47:23 +0200 |
---|---|---|
committer | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-08-07 16:47:23 +0200 |
commit | 848e8f6614b0aae52308b54abda4dfca8b59a7aa (patch) | |
tree | 53f4f798f9fd7e377fcba7a626f893b807b32fad /conf/modules.d | |
parent | d0c411efd03829a3caa71fca55170136531f0fb2 (diff) | |
download | rspamd-848e8f6614b0aae52308b54abda4dfca8b59a7aa.tar.gz rspamd-848e8f6614b0aae52308b54abda4dfca8b59a7aa.zip |
add NiX Spam RBL (http://www.dnsbl.manitu.net/)
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/rbl.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index f3373c2ae..2a9e211d4 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -125,6 +125,12 @@ rbl { RBL_VIRUSFREE_BOTNET = "127.0.0.2"; } } + + nixspam { + symbol = "RBL_NIXSPAM"; + rbl = "ix.dnsbl.manitu.net"; + ipv6 = true; + } } .include(try=true,priority=5) "${DBDIR}/dynamic/rbl.conf" |