commit 3bebfa0: [Minor] Also respect HAS_XOIP for authenticated messages
twesterhever
40121680+twesterhever at users.noreply.github.com
Mon Jul 29 17:55:19 UTC 2024
Author: twesterhever
Date: 2024-04-09 11:01:39 +0000
URL: https://github.com/rspamd/rspamd/commit/3bebfa089ee5e0a3c38f376a49f805d9ee69a497 (refs/pull/4914/head)
[Minor] Also respect HAS_XOIP for authenticated messages
---
conf/composites.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/composites.conf b/conf/composites.conf
index 2526e701b..c1b603e51 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -178,7 +178,7 @@ composites {
description = "Message only contains a redirector URL";
}
SUSPICIOUS_AUTH_ORIGIN {
- expression = "RCVD_VIA_SMTP_AUTH & (!RECEIVED_SPAMHAUS_PBL | RECEIVED_SPAMHAUS_XBL | RECEIVED_SPAMHAUS_SBL | RECEIVED_BLOCKLISTDE)";
+ expression = "(HAS_XOIP | RCVD_FROM_SMTP_AUTH) & (!RECEIVED_SPAMHAUS_PBL | RECEIVED_SPAMHAUS_XBL | RECEIVED_SPAMHAUS_SBL | RECEIVED_BLOCKLISTDE)";
score = 0.0;
policy = "leave";
description = "Message authenticated, but from a suspicios origin (potentially an injector)";
More information about the Commits
mailing list