type.inbound
and any(body.links, .href_url.domain.root_domain == "blogspot.com")
and (
any(ml.nlu_classifier(body.current_thread.text).topics,
.name == "Sexually Explicit Messages"
)
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(body.links, .href_url.domain.root_domain == "blogspot.com")
and (
any(ml.nlu_classifier(body.current_thread.text).topics,
.name == "Sexually Explicit Messages"
)
)
Test against your own EMLs or sample data.