1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-22 05:09:24 +02:00
andryyy 17222eac94
[Rspamd] Set max_size for AV
[Rspamd] Set higher/lower scores for local fuzzy matches
2019-01-13 23:02:09 +01:00

12 lines
182 B
Plaintext

symbols = {
"LOCAL_FUZZY_UNKNOWN" {
weight = 2.0;
}
"LOCAL_FUZZY_DENIED" {
weight = 15.0;
}
"LOCAL_FUZZY_WHITE" {
weight = -10.0;
}
}