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