From b77d1ee6f44e268f00af2871741de11b64e11462 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 7 Oct 2021 12:04:11 +0200 Subject: [PATCH] [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", -- 2.39.5