diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-23 02:33:26 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-23 02:33:26 -0700 |
commit | f5071c21e6070ed47644d1f9f87c5444af98b58b (patch) | |
tree | 9b201fdd632f91108254b7b04ec069993354154d /conf | |
parent | 8248859d2c7ef553896099420094fda8b3dbad64 (diff) | |
download | rspamd-f5071c21e6070ed47644d1f9f87c5444af98b58b.tar.gz rspamd-f5071c21e6070ed47644d1f9f87c5444af98b58b.zip |
Update modules.conf
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 94b4a04b4..5f3a1b593 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -177,6 +177,7 @@ rbl { semIPv6 { symbol = "RBL_SEM_IPV6"; rbl = "bl.ipv6.spameatingmonkey.net"; + ipv4 = false; ipv6 = true; } |