statistics_group.conf 231 B

12345678910
  1. symbols = {
  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. }