diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-02-12 08:47:15 -0800 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-02-12 08:47:15 -0800 |
commit | 75c80c6f6ecbbd8cc9162dd00b75d56ac6015187 (patch) | |
tree | 349f8649768c523f546a5db382d807329af800d0 /conf | |
parent | 99ece568a642a799f4f0060aa98c09d5895869b9 (diff) | |
download | rspamd-75c80c6f6ecbbd8cc9162dd00b75d56ac6015187.tar.gz rspamd-75c80c6f6ecbbd8cc9162dd00b75d56ac6015187.zip |
Fix setting for Spameatingmonkey RBL
Remove ipv6 support for RBL
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index f721d760e..f9d076e7c 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -144,7 +144,7 @@ rbl { symbol = "RBL_SEM_UNKNOWN"; rbl = "bl.spameatingmonkey.net"; ipv4 = true; - ipv6 = true; + ipv6 = false; unknown = false; returncodes { RBL_SEM = "127.0.0.2"; |