diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-10-09 20:41:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 20:41:36 +0100 |
commit | 3779b96e0ba16d9a3e558913283a92ae45e9289b (patch) | |
tree | b9644960d5c167426b3e47c376efebad12deb8d4 | |
parent | 6fcbac26953af9fa8a721e7164bb1dd06ecbf75d (diff) | |
parent | b77d1ee6f44e268f00af2871741de11b64e11462 (diff) | |
download | rspamd-3779b96e0ba16d9a3e558913283a92ae45e9289b.tar.gz rspamd-3779b96e0ba16d9a3e558913283a92ae45e9289b.zip |
Merge pull request #3927 from fatalbanana/minor_config_stuff
Minor config stuff (#3924)
-rw-r--r-- | conf/modules.d/antivirus.conf | 2 | ||||
-rw-r--r-- | conf/modules.d/rbl.conf | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/conf/modules.d/antivirus.conf b/conf/modules.d/antivirus.conf index 9b475bce3..b1722880b 100644 --- a/conf/modules.d/antivirus.conf +++ b/conf/modules.d/antivirus.conf @@ -48,7 +48,7 @@ antivirus { # symbol_name = "pattern"; #CLAM_PROTOCOL_ERROR = '^unhandled response'; #} - # `whitelist` points to a map of IP addresses. Mail from these addresses is not scanned. + # `whitelist` points to a map of signature names. Hits on these signatures are ignored. #whitelist = "/etc/rspamd/antivirus.wl"; #} 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", |