1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00

[Rspamd] Move symbols to corresponding groups

This commit is contained in:
André 2018-05-11 10:40:26 +02:00
parent 50eafeb052
commit 7f72e44dac

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