From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Mon, 18 Apr 2022 20:11:56 +0000 (+0000) Subject: [Minor] Query EBLs for authenticated users as well X-Git-Tag: 3.3~304^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4153%2Fhead;p=thirdparty%2Frspamd.git [Minor] Query EBLs for authenticated users as well --- diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 721de47a60..94b3ee7c64 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;