[Rspamd] More generous timeout but no retransmit allowed for oletools: prevent further timeouts

master
andryyy 2021-08-16 10:17:52 +02:00
parent 98a778a059
commit 649a5c0159
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 0 deletions

View File

@ -7,4 +7,6 @@ oletools {
# block all macros
extended = true;
max_size = 3145728;
timeout = 20.0;
retransmits = 1;
}