commit 1d2584b: [Fix] Disable IPv6 lookups for Blocklist.de RBL

twesterhever 40121680+twesterhever at users.noreply.github.com
Sat Apr 9 17:00:03 UTC 2022


Author: twesterhever
Date: 2022-04-09 14:49:20 +0000
URL: https://github.com/rspamd/rspamd/commit/1d2584b61c6b5fa27e99296b73a0cafba980a901 (refs/pull/4143/head)

[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'];
     }
 


More information about the Commits mailing list