diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-26 23:31:56 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-26 23:31:56 +0200 |
commit | c71101b08337fae311e22e9cb34d823022c73a06 (patch) | |
tree | 4e031786533228c4168b317f048fcf574f5cee80 /conf/modules.conf | |
parent | a387323a9f00a1e9691233ec06c52cb8d6849227 (diff) | |
download | rspamd-c71101b08337fae311e22e9cb34d823022c73a06.tar.gz rspamd-c71101b08337fae311e22e9cb34d823022c73a06.zip |
Check IPv6 addresses at dnswl.org and Spamhaus whitelist
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 69d47b4a8..63ff8ef1d 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -119,6 +119,7 @@ rbl { spamhaus_swl { symbol = "RWL_SPAMHAUS_WL"; rbl = "swl.spamhaus.org"; + ipv6 = true; returncodes { RWL_SPAMHAUS_WL_IND = "127.0.2.2"; RWL_SPAMHAUS_WL_TRANS = "127.0.2.3"; @@ -191,6 +192,7 @@ rbl { dnswl { symbol = "RCVD_IN_DNSWL"; rbl = "list.dnswl.org"; + ipv6 = true; returncodes { RCVD_IN_DNSWL_NONE = "127.0.%d+.0"; RCVD_IN_DNSWL_LOW = "127.0.%d+.1"; |