Browse Source

[Rspamd] Add oletools via olefy, big thanks to @c-rosenberg

andryyy 6 years ago
parent
commit
04940429ba
1 changed files with 7 additions and 0 deletions
  1. 7 0
      data/conf/rspamd/local.d/external_services.conf

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

@@ -0,0 +1,7 @@
+oletools {
+  # default olefy settings
+  servers = "olefy:10055";
+  # needs to be set explicitly for Rspamd < 1.9.5
+  scan_mime_parts = true;
+  # mime-part regex matching in content-type or filename
+}