1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Increase the timeout of oletools to match clamav's

This commit is contained in:
Florent Daigniere
2023-11-01 08:19:25 +01:00
parent b5ecaa278e
commit a918cdb6bd

View File

@@ -7,8 +7,8 @@ oletools {
scan_mime_parts = true;
extended = true;
max_size = 3145728;
timeout = 20.0;
retransmits = 1;
timeout = 60.0;
retransmits = 10;
patterns {
OLETOOLS_MACRO_FOUND= '^.....M..$';