1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-28 08:52:00 +02:00

Changed weight to score for CLAMD_SPAM

This commit is contained in:
DerLinkman 2023-06-27 10:28:52 +02:00
parent 8cd4ae1e34
commit 6e9c024b3c

View File

@ -72,7 +72,7 @@ ENCRYPTED_CHAT {
CLAMD_SPAM_FOUND {
expression = "CLAM_SECI_SPAM & !MAILCOW_WHITE";
description = "Probably Spam, Securite Spam Flag set through ClamAV";
weight = 4.5;
score = 5;
}
CLAMD_BAD_PDF {