From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 2 Jun 2023 10:19:41 +0000 (+0000) Subject: [Minor] Fix RCVD_UNAUTH_PBL X-Git-Tag: 3.6~83^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4507%2Fhead;p=thirdparty%2Frspamd.git [Minor] Fix RCVD_UNAUTH_PBL --- diff --git a/conf/composites.conf b/conf/composites.conf index 7fe4176683..55515d3b6c 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -83,8 +83,8 @@ composites { policy = "leave"; } RCVD_UNAUTH_PBL { - expression = "RECEIVED_PBL & !RCVD_VIA_SMTP_AUTH"; - description = "Relayed through Spamhaus PBL IP without sufficient authentication (possible indicating an open relay)"; + expression = "RECEIVED_SPAMHAUS_PBL & !RCVD_VIA_SMTP_AUTH"; + description = "Relayed through Spamhaus PBL IP without sufficient authentication (possibly indicating an open relay)"; score = 2.0; policy = "leave"; }