From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:54:03 +0000 (+0000) Subject: [Minor] Improve readability of policies group configuration file X-Git-Tag: 3.5~47^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea54f83051a4d8fb1a6a96c808b3e04a87ddf7d;p=thirdparty%2Frspamd.git [Minor] Improve readability of policies group configuration file --- diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf index ee3d0bbce4..4a8bdb6b71 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";