From: Emerson Veenstra Date: Thu, 2 Aug 2018 17:12:52 +0000 (-0400) Subject: Fix typo for ARC_REJECT X-Git-Tag: 1.8.0~318^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2395%2Fhead;p=thirdparty%2Frspamd.git Fix typo for ARC_REJECT --- diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf index b7ca9f6f63..e432053ec6 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 +}