]> source.dussan.org Git - rspamd.git/commitdiff
Update rbl.conf 3309/head
authorRiccardo Alfieri <52405319+ricalfieri@users.noreply.github.com>
Wed, 25 Mar 2020 13:44:20 +0000 (14:44 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 13:44:20 +0000 (14:44 +0100)
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

index 56f92b429cb4a8e2aad91e3d2bda2062bf8db7f8..902a56ee1ad0df265bb3396854b930d39f3a8921 100644 (file)
@@ -167,6 +167,7 @@ rbl {
       }
     }
     MSBL_EBL {
+      ignore_whitelist = true;
       ignore_defaults = true;
       rbl = "ebl.msbl.org";
       emails_domainonly = false;