diff options
Diffstat (limited to 'conf/composites.conf')
-rw-r--r-- | conf/composites.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index 976225db1..3436b44ae 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"; |