Browse Source

fix typo in RCVD_UNAUTH_PBL

tags/1.9.0
heraklit256 5 years ago
parent
commit
4e878f443d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      conf/composites.conf

+ 1
- 1
conf/composites.conf View File

policy = "leave"; policy = "leave";
} }
RCVD_UNAUTH_PBL { 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)"; description = "Relayed through ZEN PBL IP without sufficient authentication (possible indicating an open relay)";
score = 2.0; score = 2.0;
policy = "leave"; policy = "leave";

Loading…
Cancel
Save