]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Improve readability of policies group configuration file
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:54:03 +0000 (14:54 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 14:54:03 +0000 (14:54 +0000)
conf/scores.d/policies_group.conf

index ee3d0bbce416ceea311e590e9eb769a9a537cfae..4a8bdb6b7145d9160dd56e1b43f4c84cc21334e4 100644 (file)
@@ -124,25 +124,21 @@ symbols = {
         description = "ARC checks success";
         groups = ["arc"];
     }
-
     "ARC_REJECT" {
         weight = 1.0;
         description = "ARC checks failed";
         groups = ["arc"];
     }
-
     "ARC_INVALID" {
         weight = 0.5;
         description = "ARC structure invalid";
         groups = ["arc"];
     }
-
     "ARC_DNSFAIL" {
         weight = 0.0;
         description = "ARC DNS error";
         groups = ["arc"];
     }
-
     "ARC_NA" {
         weight = 0.0;
         description = "ARC signature absent";