diff options
author | Riccardo Alfieri <52405319+ricalfieri@users.noreply.github.com> | 2020-03-25 14:44:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 14:44:20 +0100 |
commit | a4beaf4944d52467c4372d7bb423e68f6d9107c3 (patch) | |
tree | 701a8064f0fffe590166cf6aa92f262e04b687b7 | |
parent | 56468b07a43cd540967b25a5c16d44b7ecca6724 (diff) | |
download | rspamd-a4beaf4944d52467c4372d7bb423e68f6d9107c3.tar.gz rspamd-a4beaf4944d52467c4372d7bb423e68f6d9107c3.zip |
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.
-rw-r--r-- | conf/modules.d/rbl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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; |