diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:54:03 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 14:54:03 +0000 |
commit | 0ea54f83051a4d8fb1a6a96c808b3e04a87ddf7d (patch) | |
tree | 0419331d3fae36492cbcb8b9c41a25432bd5e44b /conf/scores.d/policies_group.conf | |
parent | e7b3a62fa1c30af92c49ae5175f32c5c65852a2f (diff) | |
download | rspamd-0ea54f83051a4d8fb1a6a96c808b3e04a87ddf7d.tar.gz rspamd-0ea54f83051a4d8fb1a6a96c808b3e04a87ddf7d.zip |
[Minor] Improve readability of policies group configuration file
Diffstat (limited to 'conf/scores.d/policies_group.conf')
-rw-r--r-- | conf/scores.d/policies_group.conf | 4 |
1 files changed, 0 insertions, 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"; |