mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 10:16:18 +00:00
[fix] Clamav score for FP CLAM_SECI_SPAM symbol
Decrease CLAM_SECI_SPAM score to 1 instead of 5 to low quality of database and significant false-positive rate
This commit is contained in:
parent
03d979c089
commit
055034790f
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ ENCRYPTED_CHAT {
|
|||
CLAMD_SPAM_FOUND {
|
||||
expression = "CLAM_SECI_SPAM & !MAILCOW_WHITE";
|
||||
description = "Probably Spam, Securite Spam Flag set through ClamAV";
|
||||
score = 5;
|
||||
score = 1;
|
||||
}
|
||||
|
||||
CLAMD_BAD_PDF {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue