mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-27 16:51:30 +00:00
12 lines
182 B
Plaintext
12 lines
182 B
Plaintext
symbols = {
|
|
"LOCAL_FUZZY_UNKNOWN" {
|
|
weight = 2.0;
|
|
}
|
|
"LOCAL_FUZZY_DENIED" {
|
|
weight = 15.0;
|
|
}
|
|
"LOCAL_FUZZY_WHITE" {
|
|
weight = -10.0;
|
|
}
|
|
}
|