Browse Source

[Rspamd] Move symbols to corresponding groups

André 7 years ago
parent
commit
7f72e44dac
1 changed files with 5 additions and 3 deletions
  1. 5 3
      data/conf/rspamd/local.d/metrics.conf

+ 5 - 3
data/conf/rspamd/local.d/metrics.conf

@@ -7,7 +7,7 @@ symbol "MAILCOW_AUTH" {
 	description = "mailcow authenticated";
 	score = -20.0;
 }
-group "bayes" {
+group "statistics" {
 	symbol "BAYES_SPAM" {
 		weight = 7.5;
 		description = "Message probably spam, probability: ";
@@ -38,6 +38,8 @@ symbol "SPOOFED_SENDER" {
 	description = "Sender is not authenticated but part of mailcow managed domains";
 	score = 1.0;
 }
-symbol "R_SPF_FAIL" {
-  score = 4.0;
+group "policies" {
+  symbol "R_SPF_FAIL" {
+    score = 4.0;
+  }
 }