From 3bebfa089ee5e0a3c38f376a49f805d9ee69a497 Mon Sep 17 00:00:00 2001 From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:01:39 +0000 Subject: [PATCH] [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)"; -- 2.39.5