Parcourir la source

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

andryyy il y a 4 ans
Parent
commit
bc8e87fba6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
 }