commit 040ca9b: [Minor] Query EBLs for authenticated users as well
twesterhever
40121680+twesterhever at users.noreply.github.com
Mon Apr 18 20:21:03 UTC 2022
Author: twesterhever
Date: 2022-04-18 20:11:56 +0000
URL: https://github.com/rspamd/rspamd/commit/040ca9b26243c847cd010fe347379d131c40b1d8 (refs/pull/4153/head)
[Minor] Query EBLs for authenticated users as well
---
conf/modules.d/rbl.conf | 2 ++
1 file changed, 2 insertions(+)
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;
More information about the Commits
mailing list