mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-31 05:55:00 +00:00
10 lines
232 B
Text
10 lines
232 B
Text
symbols = {
|
|
"BAYES_SPAM" {
|
|
weight = 8.5;
|
|
description = "Message probably spam, probability: ";
|
|
}
|
|
"BAYES_HAM" {
|
|
weight = -12.5;
|
|
description = "Message probably ham, probability: ";
|
|
}
|
|
}
|