aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-02-14 15:04:32 +0000
committerGitHub <noreply@github.com>2019-02-14 15:04:32 +0000
commitb4416a47bc8bb8befb83e998659b4bc84d645f1e (patch)
tree659fcb712bcdd86aa59412c6832661b87f2ff935
parente550b8e7db3fef4ac94bc84f6ff9012643c9c272 (diff)
parent4e878f443d4987581e6fda467bbd6dac0eeb6a2e (diff)
downloadrspamd-b4416a47bc8bb8befb83e998659b4bc84d645f1e.tar.gz
rspamd-b4416a47bc8bb8befb83e998659b4bc84d645f1e.zip
Merge pull request #2754 from heraklit256/fix-composite
fix typo in RCVD_UNAUTH_PBL
-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";