4c2e13009b
- block all Office documents with macros - don’t just block all doc files - mark some more Windows executable extensions as bad
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
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
|
|
# block all macros
|
|
extended = true;
|
|
}
|