From: Riccardo Alfieri <52405319+ricalfieri@users.noreply.github.com> Date: Wed, 25 Mar 2020 13:44:20 +0000 (+0100) Subject: Update rbl.conf X-Git-Tag: 2.5~20^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a4beaf4944d52467c4372d7bb423e68f6d9107c3;p=rspamd.git 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. --- 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;