Browse Source

Fix: Change rbl logic

tags/0.7.0
Alexey 10 years ago
parent
commit
1511ab920e
1 changed files with 1 additions and 10 deletions
  1. 1
    10
      conf/modules.conf

+ 1
- 10
conf/modules.conf View File

@@ -135,22 +135,13 @@ rbl {
}
sem {
symbol = "RBL_SEM_UNKNOWN";
symbol = "RBL_SEM";
rbl = "bl.spameatingmonkey.net";
ipv4 = true;
ipv6 = false;
unknown = false;
returncodes {
RBL_SEM = "127.0.0.2";
}
}

dnswl {
symbol = "RCVD_IN_DNSWL";
rbl = "list.dnswl.org";
ipv4 = true;
ipv6 = false;
received = false;
unknown = true;
returncodes {
RCVD_IN_DNSWL_LOW = "127.0.%d+.1";

Loading…
Cancel
Save