commit b77d1ee: [Minor] config: remove RBL defaults that re-enforce true defaults
Andrew Lewis
nerf at judo.za.org
Sat Oct 9 19:42:05 UTC 2021
Author: Andrew Lewis
Date: 2021-10-07 12:04:11 +0200
URL: https://github.com/rspamd/rspamd/commit/b77d1ee6f44e268f00af2871741de11b64e11462 (refs/pull/3927/head)
[Minor] config: remove RBL defaults that re-enforce true defaults
---
conf/modules.d/rbl.conf | 5 -----
1 file changed, 5 deletions(-)
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index 1a97efc06..b8ef44c48 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -14,12 +14,7 @@
rbl {
default_exclude_users = true;
- default_exclude_local = true;
default_unknown = true;
- default_dkim_domainonly = true;
- default_dkim_match_from = false;
- default_ipv4 = true;
- default_ipv6 = true;
url_whitelist = [
"https://maps.rspamd.com/rspamd/surbl-whitelist.inc.zst",
More information about the Commits
mailing list