blob: cf40583013a29a3e104a304e5d276339eff65dcc [file] [log] [blame]
symbols = {
"BAYES_SPAM" {
weight = 4.5;
description = "Message probably spam, probability: ";
}
"BAYES_HAM" {
weight = -5.5;
description = "Message probably ham, probability: ";
}
}