From a4beaf4944d52467c4372d7bb423e68f6d9107c3 Mon Sep 17 00:00:00 2001 From: Riccardo Alfieri <52405319+ricalfieri@users.noreply.github.com> Date: Wed, 25 Mar 2020 14:44:20 +0100 Subject: [PATCH] Update rbl.conf MSBL list a lot of gmail dropboxes, but these are being excluded from the checks due to gmail.com being whitelisted. Same happens for other freemail providers. Ignoring the whitelist in this case should be safe enough. --- conf/modules.d/rbl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 56f92b429..902a56ee1 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -167,6 +167,7 @@ rbl { } } MSBL_EBL { + ignore_whitelist = true; ignore_defaults = true; rbl = "ebl.msbl.org"; emails_domainonly = false; -- 2.39.5