First Shot
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
10
Stable2.0/conf/local.d/statistics_group.conf
Normal file
10
Stable2.0/conf/local.d/statistics_group.conf
Normal file
@ -0,0 +1,10 @@
|
||||
symbols = {
|
||||
"BAYES_SPAM" {
|
||||
weight = 4.5;
|
||||
description = "Message probably spam, probability: ";
|
||||
}
|
||||
"BAYES_HAM" {
|
||||
weight = -5.5;
|
||||
description = "Message probably ham, probability: ";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user