Browse Source

[Rspamd] Olefy: reduce max scan size to 5 MiB

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

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

@@ -6,4 +6,5 @@ oletools {
   # mime-part regex matching in content-type or filename
   # block all macros
   extended = true;
+  max_size = 5242880;
 }