[Rspamd] More generous timeout but no retransmit allowed for oletools: prevent further timeouts
parent
98a778a059
commit
649a5c0159
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue