Browse Source

Check IPv6 addresses at dnswl.org and Spamhaus whitelist

tags/0.9.0
Andrew Lewis 9 years ago
parent
commit
c71101b083
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      conf/modules.conf

+ 2
- 0
conf/modules.conf View File

@@ -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";

Loading…
Cancel
Save