diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2022-04-18 20:11:56 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2022-04-18 20:11:56 +0000 |
commit | 040ca9b26243c847cd010fe347379d131c40b1d8 (patch) | |
tree | b2fb07a4d7e2c5d1b2a3383eaaee09975f1c3bc5 /conf/modules.d/rbl.conf | |
parent | c883beea68fb48516f0044fd5a1b7524b3720b0c (diff) | |
download | rspamd-040ca9b26243c847cd010fe347379d131c40b1d8.tar.gz rspamd-040ca9b26243c847cd010fe347379d131c40b1d8.zip |
[Minor] Query EBLs for authenticated users as well
Diffstat (limited to 'conf/modules.d/rbl.conf')
-rw-r--r-- | conf/modules.d/rbl.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 721de47a6..94b3ee7c6 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -159,6 +159,7 @@ rbl { RSPAMD_EMAILBL { ignore_whitelist = true; ignore_defaults = true; + exclude_users = false; emails_delimiter = "."; hash_format = "base32"; hash_len = 32; @@ -172,6 +173,7 @@ rbl { MSBL_EBL { ignore_whitelist = true; ignore_defaults = true; + exclude_users = false; rbl = "ebl.msbl.org"; checks = ['emails', 'replyto']; emails_domainonly = false; |