commit 0ea54f8: [Minor] Improve readability of policies group configuration file

twesterhever 40121680+twesterhever at users.noreply.github.com
Fri Feb 17 21:56:11 UTC 2023


Author: twesterhever
Date: 2023-02-17 14:54:03 +0000
URL: https://github.com/rspamd/rspamd/commit/0ea54f83051a4d8fb1a6a96c808b3e04a87ddf7d

[Minor] Improve readability of policies group configuration file

---
 conf/scores.d/policies_group.conf | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf
index ee3d0bbce..4a8bdb6b7 100644
--- a/conf/scores.d/policies_group.conf
+++ b/conf/scores.d/policies_group.conf
@@ -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";


More information about the Commits mailing list