type.inbound
and any(body.current_thread.links,
regex.icontains(.href_url.path, '\.pdf[^/]*\.html$')
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(body.current_thread.links,
regex.icontains(.href_url.path, '\.pdf[^/]*\.html$')
)
Test against your own EMLs or sample data.