type.inbound
and any(attachments,
.file_type == "pdf"
and any(file.explode(.),
any(.scan.url.urls, .domain.root_domain == "dub.sh")
)
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(attachments,
.file_type == "pdf"
and any(file.explode(.),
any(.scan.url.urls, .domain.root_domain == "dub.sh")
)
)
Test against your own EMLs or sample data.