mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-09 08:50:05 +08:00
17222eac94
[Rspamd] Set higher/lower scores for local fuzzy matches
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;
|
|
}
|
|
}
|