From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Mon, 8 Oct 2018 15:03:03 +0000 (+0200) Subject: lower weight of RCVD_DKIM_ARC_DNSWL_HI to -1.0 X-Git-Tag: 1.8.1~71^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2543%2Fhead;p=thirdparty%2Frspamd.git lower weight of RCVD_DKIM_ARC_DNSWL_HI to -1.0 --- diff --git a/conf/composites.conf b/conf/composites.conf index 60a3ef69ad..0328a53125 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -96,7 +96,7 @@ composites { RCVD_DKIM_ARC_DNSWL_HI { expression = "(R_DKIM_ALLOW | ARC_ALLOW ) & RCVD_IN_DNSWL_HI"; description = "Sufficiently DKIM/ARC signed and received from IP with high trust at DNSWL"; - score = -2.0; + score = -1.0; policy = "leave"; }