type.inbound
and any(filter(attachments, .file_type == "pdf"),
any(file.explode(.),
.scan.pdf_obj_hash.object_hash == "cf509abbdc5aa6b1b759a216e3e570cf"
)
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(filter(attachments, .file_type == "pdf"),
any(file.explode(.),
.scan.pdf_obj_hash.object_hash == "cf509abbdc5aa6b1b759a216e3e570cf"
)
)
Test against your own EMLs or sample data.