[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

@@ -0,0 +1,10 @@
symbols = {
"BAYES_SPAM" {
weight = 7.5;
description = "Message probably spam, probability: ";
}
"BAYES_HAM" {
weight = -2.5;
description = "Message probably ham, probability: ";
}
}