aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2022-04-09 14:49:20 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2022-04-09 14:49:20 +0000
commit1d2584b61c6b5fa27e99296b73a0cafba980a901 (patch)
treebcc10cd7316d40fd5053896436b0fc0e8e99bc00 /conf
parentc191fe870def67e3e36ff8ea398372b9262a9f09 (diff)
downloadrspamd-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.conf1
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'];
}