]> source.dussan.org Git - rspamd.git/commitdiff
add rule for RCVD_UNAUTH_PBL 2253/head
authorheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Mon, 21 May 2018 16:51:09 +0000 (18:51 +0200)
committerheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Mon, 21 May 2018 16:51:09 +0000 (18:51 +0200)
conf/composites.conf

index fb91d8dfdfeb7616dc72c141963aafd63f3ad01f..a07b7020fa4fbd89aaa26eb575bb97fbde0f7779 100644 (file)
@@ -81,6 +81,12 @@ composites {
         score = 3.0;
         policy = "leave";
     }
+    RCVD_UNAUTH_PBL {
+        expression = "RECEIVED_PBL & -RCVD_VIA_SMTP_AUTH";
+        description = "Relayed through ZEN PBL IP without sufficient authentication";
+        score = 2.0;
+        policy = "leave";
+    }
 
     .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/composites.conf"
     .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf"