From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:01:39 +0000 (+0000) Subject: [Minor] Also respect HAS_XOIP for authenticated messages X-Git-Tag: 3.9.0~55^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4914%2Fhead;p=thirdparty%2Frspamd.git [Minor] Also respect HAS_XOIP for authenticated messages --- diff --git a/conf/composites.conf b/conf/composites.conf index 2526e701bd..c1b603e518 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)";