[Rspamd] Move symbols to corresponding groups

master
André 2018-05-11 10:40:26 +02:00
parent 50eafeb052
commit 7f72e44dac
1 changed files with 5 additions and 3 deletions

View File

@ -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;
}
group "policies" {
symbol "R_SPF_FAIL" {
score = 4.0;
}
}