Browse Source

Merge pull request #2395 from emersonveenstra/arc-typo

Fix typo for ARC_REJECT
tags/1.8.0
Vsevolod Stakhov 5 years ago
parent
commit
917e74a7e8
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      conf/scores.d/policies_group.conf

+ 2
- 2
conf/scores.d/policies_group.conf View File

@@ -98,7 +98,7 @@ symbols = {

"ARC_REJECT" {
weight = 2.0;
description = "ARC checks success";
description = "ARC checks failed";
groups = ["arc"];
}

@@ -119,4 +119,4 @@ symbols = {
description = "ARC signature absent";
groups = ["arc"];
}
}
}

Loading…
Cancel
Save