type.inbound
and any(body.links,
.href_url.scheme == "file"
and regex.icontains(.href_url.url, '\.[a-z]{2,4}(\.[a-z]{2,4})?!')
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(body.links,
.href_url.scheme == "file"
and regex.icontains(.href_url.url, '\.[a-z]{2,4}(\.[a-z]{2,4})?!')
)
Test against your own EMLs or sample data.