type.inbound
and any(body.links,
regex.icontains(.href_url.url, '\[::ffff:[0-9a-f]{4}:[0-9a-f]{4}\]')
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(body.links,
regex.icontains(.href_url.url, '\[::ffff:[0-9a-f]{4}:[0-9a-f]{4}\]')
)
Test against your own EMLs or sample data.