From: heraklit256 Date: Wed, 13 Feb 2019 20:37:16 +0000 (+0100) Subject: fix typo in RCVD_UNAUTH_PBL X-Git-Tag: 1.9.0~152^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2754%2Fhead;p=thirdparty%2Frspamd.git fix typo in RCVD_UNAUTH_PBL --- diff --git a/conf/composites.conf b/conf/composites.conf index 976225db16..3436b44ae1 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -87,7 +87,7 @@ composites { policy = "leave"; } RCVD_UNAUTH_PBL { - expression = "RECEIVED_PBL & -RCVD_VIA_SMTP_AUTH"; + expression = "RECEIVED_PBL & !RCVD_VIA_SMTP_AUTH"; description = "Relayed through ZEN PBL IP without sufficient authentication (possible indicating an open relay)"; score = 2.0; policy = "leave";