commit a4beaf4: Update rbl.conf
GitHub
noreply at github.com
Thu Mar 26 15:56:06 UTC 2020
Author: Riccardo Alfieri
Date: 2020-03-25 14:44:20 +0100
URL: https://github.com/rspamd/rspamd/commit/a4beaf4944d52467c4372d7bb423e68f6d9107c3 (refs/pull/3309/head)
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;
More information about the Commits
mailing list