type.inbound
and any(body.links,
.href_url.scheme == "http"
and any(.href_url.ip.translation.encoders,
. in ('octal', 'decimal_integer')
)
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(body.links,
.href_url.scheme == "http"
and any(.href_url.ip.translation.encoders,
. in ('octal', 'decimal_integer')
)
)
Test against your own EMLs or sample data.