aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorheraklit256 <37872459+heraklit256@users.noreply.github.com#>2018-10-08 17:03:03 +0200
committerheraklit256 <37872459+heraklit256@users.noreply.github.com#>2018-10-08 17:03:03 +0200
commitb6092b1f92a27cc070b9beb9be90ea20381dba44 (patch)
tree90a498a19ed25809935158bd83b2f83322db7262 /conf
parent1a55afb11014063989f419d3c734f11d6ef2244e (diff)
downloadrspamd-b6092b1f92a27cc070b9beb9be90ea20381dba44.tar.gz
rspamd-b6092b1f92a27cc070b9beb9be90ea20381dba44.zip
lower weight of RCVD_DKIM_ARC_DNSWL_HI to -1.0
Diffstat (limited to 'conf')
-rw-r--r--conf/composites.conf2
1 files changed, 1 insertions, 1 deletions
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";
}