]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix RCVD_UNAUTH_PBL 4507/head
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 2 Jun 2023 10:19:41 +0000 (10:19 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 2 Jun 2023 10:19:41 +0000 (10:19 +0000)
conf/composites.conf

index 7fe41766837d53e0bec7aea0a9a2992032ace2a7..55515d3b6c1a2174062c191dac32df5f971849e6 100644 (file)
@@ -83,8 +83,8 @@ composites {
     policy = "leave";
   }
   RCVD_UNAUTH_PBL {
-    expression = "RECEIVED_PBL & !RCVD_VIA_SMTP_AUTH";
-    description = "Relayed through Spamhaus PBL IP without sufficient authentication (possible indicating an open relay)";
+    expression = "RECEIVED_SPAMHAUS_PBL & !RCVD_VIA_SMTP_AUTH";
+    description = "Relayed through Spamhaus PBL IP without sufficient authentication (possibly indicating an open relay)";
     score = 2.0;
     policy = "leave";
   }