[Rspamd] Set max_size for AV

[Rspamd] Set higher/lower scores for local fuzzy matches
master
andryyy 2019-01-13 23:02:09 +01:00
parent 5619221ed0
commit 17222eac94
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 3 additions and 2 deletions

View File

@ -7,4 +7,5 @@ clamav {
type = "clamav";
log_clean = true;
servers = "clamd:3310";
max_size = 20971520;
}

View File

@ -3,9 +3,9 @@ symbols = {
weight = 2.0;
}
"LOCAL_FUZZY_DENIED" {
weight = 10.0;
weight = 15.0;
}
"LOCAL_FUZZY_WHITE" {
weight = -3.4;
weight = -10.0;
}
}