aboutsummaryrefslogtreecommitdiffstats
path: root/conf/scores.d
diff options
context:
space:
mode:
authorEmerson Veenstra <github@emersonveenstra.net>2018-08-02 13:12:52 -0400
committerGitHub <noreply@github.com>2018-08-02 13:12:52 -0400
commitae1686eca3b6be74684285f67e631a88b0c33acd (patch)
treecc383752c1664962b3800e932b5f7a127a948112 /conf/scores.d
parentd4d5ab020087d0d8f965afcfc9aefbd9459e5d9d (diff)
downloadrspamd-ae1686eca3b6be74684285f67e631a88b0c33acd.tar.gz
rspamd-ae1686eca3b6be74684285f67e631a88b0c33acd.zip
Fix typo for ARC_REJECT
Diffstat (limited to 'conf/scores.d')
-rw-r--r--conf/scores.d/policies_group.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf
index b7ca9f6f6..e432053ec 100644
--- a/conf/scores.d/policies_group.conf
+++ b/conf/scores.d/policies_group.conf
@@ -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"];
}
-} \ No newline at end of file
+}