type.inbound
and sender.email.domain.root_domain == "roomsy.com"
and regex.imatch(sender.email.local_part, "noreply[0-9]{5}")
and not any(ml.nlu_classifier(body.current_thread.text).topics,
.name in ("Travel and Transportation", "Order Confirmations")
)
Playground
Test against your own EMLs or sample data.