From b6092b1f92a27cc070b9beb9be90ea20381dba44 Mon Sep 17 00:00:00 2001 From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Mon, 8 Oct 2018 17:03:03 +0200 Subject: [PATCH] lower weight of RCVD_DKIM_ARC_DNSWL_HI to -1.0 --- conf/composites.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/composites.conf b/conf/composites.conf index 60a3ef69a..0328a5312 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"; } -- 2.39.5