From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Mon, 21 May 2018 16:51:09 +0000 (+0200) Subject: add rule for RCVD_UNAUTH_PBL X-Git-Tag: 1.7.6~115^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2253%2Fhead;p=rspamd.git add rule for RCVD_UNAUTH_PBL --- diff --git a/conf/composites.conf b/conf/composites.conf index fb91d8dfd..a07b7020f 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -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"