From 1d2584b61c6b5fa27e99296b73a0cafba980a901 Mon Sep 17 00:00:00 2001 From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Sat, 9 Apr 2022 14:49:20 +0000 Subject: [Fix] Disable IPv6 lookups for Blocklist.de RBL --- conf/modules.d/rbl.conf | 1 - 1 file changed, 1 deletion(-) 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']; } -- cgit v1.2.3