]> source.dussan.org Git - rspamd.git/commitdiff
fix typo in RCVD_UNAUTH_PBL 2754/head
authorheraklit256 <heraklit256@users.noreply.github.com>
Wed, 13 Feb 2019 20:37:16 +0000 (21:37 +0100)
committerheraklit256 <heraklit256@users.noreply.github.com>
Wed, 13 Feb 2019 20:37:16 +0000 (21:37 +0100)
conf/composites.conf

index 976225db1644ea7f616e7b66ff3da97294778a47..3436b44ae13c4dddd32045d1b56820c76842d48b 100644 (file)
@@ -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";