mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-14 10:52:49 +02:00
15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
symbol "MAILCOW_AUTH" {
|
|
description = "mailcow authenticated";
|
|
score = -20.0;
|
|
}
|
|
group "bayes" {
|
|
symbol "BAYES_SPAM" {
|
|
weight = 7.5;
|
|
description = "Message probably spam, probability: ";
|
|
}
|
|
symbol "BAYES_HAM" {
|
|
weight = -2.5;
|
|
description = "Message probably ham, probability: ";
|
|
}
|
|
}
|