blob: 7ed35b15f0bf6f46b72f19a32564b1e4a10aa10e [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001symbols = {
2 "BAYES_SPAM" {
3 weight = 2.5;
4 description = "Message probably spam, probability: ";
5 }
6 "BAYES_HAM" {
7 weight = -5.5;
8 description = "Message probably ham, probability: ";
9 }
10}