type.inbound
and any(html.xpath(body.html, "//option[.//table or .//article]").nodes,
any(ml.nlu_classifier(.inner_text).intents,
.name == 'cred_theft' and .confidence != 'low'
)
)
Playground
Test against your own EMLs or sample data.