Browse Source

[Conf] Align ARC scores with DKIM scores

pull/3677/head
Vsevolod Stakhov 5 years ago
parent
commit
ea4b2ff1db
  1. 4
      conf/scores.d/policies_group.conf

4
conf/scores.d/policies_group.conf

@ -126,13 +126,13 @@ symbols = {
}
"ARC_REJECT" {
weight = 2.0;
weight = 1.0;
description = "ARC checks failed";
groups = ["arc"];
}
"ARC_INVALID" {
weight = 1.0;
weight = 0.5;
description = "ARC structure invalid";
groups = ["arc"];
}

Loading…
Cancel
Save