]> source.dussan.org Git - rspamd.git/commitdiff
Fix typo for ARC_REJECT 2395/head
authorEmerson Veenstra <github@emersonveenstra.net>
Thu, 2 Aug 2018 17:12:52 +0000 (13:12 -0400)
committerGitHub <noreply@github.com>
Thu, 2 Aug 2018 17:12:52 +0000 (13:12 -0400)
conf/scores.d/policies_group.conf

index b7ca9f6f636b1c958a97443c57219a43d20189ae..e432053ec6d3d64d1e23ecc552d19834fada1505 100644 (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"];
     }
-}
\ No newline at end of file
+}