commit 4e878f4: fix typo in RCVD_UNAUTH_PBL
heraklit256
heraklit256 at users.noreply.github.com
Thu Feb 14 15:07:06 UTC 2019
Author: heraklit256
Date: 2019-02-13 21:37:16 +0100
URL: https://github.com/rspamd/rspamd/commit/4e878f443d4987581e6fda467bbd6dac0eeb6a2e (refs/pull/2754/head)
fix typo in RCVD_UNAUTH_PBL
---
conf/composites.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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";
More information about the Commits
mailing list