1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00
This commit is contained in:
Florent Daigniere 2023-11-15 09:45:40 +01:00
parent a1158ec224
commit 8ae6b4dd89

View File

@ -20,7 +20,7 @@ rules {
message = "Rejected (dangerous/malicious code detected)";
}
ANTIVIRUS_FAILED {
action = "soft-reject";
action = "soft reject";
expression = "CLAM_VIRUS_FAIL | OLETOOLS_FAIL";
message = "Please retry later (anti-virus/oletools not ready)";
}