diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2022-04-09 14:49:20 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2022-04-09 14:49:20 +0000 |
commit | 1d2584b61c6b5fa27e99296b73a0cafba980a901 (patch) | |
tree | bcc10cd7316d40fd5053896436b0fc0e8e99bc00 /conf | |
parent | c191fe870def67e3e36ff8ea398372b9262a9f09 (diff) | |
download | rspamd-1d2584b61c6b5fa27e99296b73a0cafba980a901.tar.gz rspamd-1d2584b61c6b5fa27e99296b73a0cafba980a901.zip |
[Fix] Disable IPv6 lookups for Blocklist.de RBL
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/rbl.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index dd3c0f5f9..7d39c35ed 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -136,7 +136,6 @@ rbl { } symbol = "BLOCKLISTDE"; rbl = "bl.blocklist.de"; - ipv6 = true; checks = ['from', 'received']; } |