Переглянути джерело

fix typo in RCVD_UNAUTH_PBL

tags/1.9.0
heraklit256 5 роки тому
джерело
коміт
4e878f443d
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      conf/composites.conf

+ 1
- 1
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";

Завантаження…
Відмінити
Зберегти