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