commit 7eacc62: [Fix] Do not exclude authenticated users from URIBL lookups
twesterhever
40121680+twesterhever at users.noreply.github.com
Sat Apr 9 17:00:05 UTC 2022
Author: twesterhever
Date: 2022-04-09 15:11:21 +0000
URL: https://github.com/rspamd/rspamd/commit/7eacc62b20f03f4a34a8ba7ef9aee00f4984337d (refs/pull/4144/head)
[Fix] Do not exclude authenticated users from URIBL lookups
---
conf/modules.d/rbl.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index dd3c0f5f9..738e15ff5 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -194,6 +194,7 @@ rbl {
rbl = "multi.surbl.org";
checks = ['emails', 'dkim', 'urls'];
emails_domainonly = true;
+ exclude_users = false;
returnbits = {
CRACKED_SURBL = 128; # From February 2016
@@ -209,6 +210,7 @@ rbl {
rbl = "multi.uribl.com";
checks = ['emails', 'dkim', 'urls'];
emails_domainonly = true;
+ exclude_users = false;
returnbits {
URIBL_BLOCKED = 1;
@@ -226,6 +228,7 @@ rbl {
hash = 'blake2';
hash_len = 32;
hash_format = 'base32';
+ exclude_users = false;
returncodes = {
RSPAMD_URIBL = [
@@ -240,6 +243,7 @@ rbl {
no_ip = true;
checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
emails_domainonly = true;
+ exclude_users = false;
returncodes = {
# spam domain
More information about the Commits
mailing list