aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorheraklit256 <heraklit256@users.noreply.github.com>2019-02-13 21:37:16 +0100
committerheraklit256 <heraklit256@users.noreply.github.com>2019-02-13 21:37:16 +0100
commit4e878f443d4987581e6fda467bbd6dac0eeb6a2e (patch)
tree1d2e41f02176c9f533ed1963ddd8ddfbfde66222 /conf
parentf40cc5500eecf1e0b26d6b4be3b7f3bbb78dede0 (diff)
downloadrspamd-4e878f443d4987581e6fda467bbd6dac0eeb6a2e.tar.gz
rspamd-4e878f443d4987581e6fda467bbd6dac0eeb6a2e.zip
fix typo in RCVD_UNAUTH_PBL
Diffstat (limited to 'conf')
-rw-r--r--conf/composites.conf2
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";