diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-21 11:31:29 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-21 11:31:29 -0700 |
commit | 1511ab920e19a59c1bbe967c08793c93b06947e3 (patch) | |
tree | 0cd4ca6f622925b93f507c6c9538569c5e9eab92 /conf | |
parent | 85b56b173f5aedff4fa20dc4e9fddec82bda7666 (diff) | |
download | rspamd-1511ab920e19a59c1bbe967c08793c93b06947e3.tar.gz rspamd-1511ab920e19a59c1bbe967c08793c93b06947e3.zip |
Fix: Change rbl logic
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 6cc0c7d15..979dcfed3 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -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"; |