1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-17 01:32:29 +02:00
3055: Doh r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Fix CI



Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
bors-mailu[bot]
2023-11-15 08:48:14 +00:00
committed by GitHub

View File

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