type.inbound
and any(attachments,
.file_extension in $file_extensions_macros
and any(file.explode(.),
.file_extension == "mht" and not .flavors.mime == "message/rfc822"
)
)
Playground
Test against your own EMLs or sample data.