[ClamAV] Remove deprecated AllowSupplementaryGroups

This commit is contained in:
André
2018-05-30 20:28:23 +02:00
parent 7115f77fc4
commit 777e469958
6 changed files with 20 additions and 18 deletions

View File

@@ -3,20 +3,12 @@ actions {
add_header = 5;
greylist = 4;
}
symbol "MAILCOW_AUTH" {
description = "mailcow authenticated";
score = -20.0;
}
group "statistics" {
symbol "BAYES_SPAM" {
weight = 7.5;
description = "Message probably spam, probability: ";
}
symbol "BAYES_HAM" {
weight = -2.5;
description = "Message probably ham, probability: ";
}
}
group "MX" {
symbol "MX_INVALID" {
score = 0.5;
@@ -34,15 +26,12 @@ group "MX" {
one_shot = "true";
}
}
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;
}
}
symbol "CTYPE_MIXED_BOGUS" {
score = 0.0;
}