Browse Source

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

andryyy 4 years ago
parent
commit
649a5c0159
1 changed files with 2 additions and 0 deletions
  1. 2 0
      data/conf/rspamd/local.d/external_services.conf

+ 2 - 0
data/conf/rspamd/local.d/external_services.conf

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