mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-16 10:59:39 +02:00
12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
symbols = {
|
|
"LOCAL_FUZZY_UNKNOWN" {
|
|
weight = 2.0;
|
|
}
|
|
"LOCAL_FUZZY_DENIED" {
|
|
weight = 10.0;
|
|
}
|
|
"LOCAL_FUZZY_WHITE" {
|
|
weight = -3.4;
|
|
}
|
|
}
|