]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Query EBLs for authenticated users as well 4153/head
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Mon, 18 Apr 2022 20:11:56 +0000 (20:11 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Mon, 18 Apr 2022 20:11:56 +0000 (20:11 +0000)
conf/modules.d/rbl.conf

index 721de47a60738be5bd9fbd2076e83ce58a1877e7..94b3ee7c647c954affb4964c661139f6535b219b 100644 (file)
@@ -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;