type.inbound
and sender.email.domain.root_domain not in~ ('bmw.com', 'bmwusa.com')
and any(body.links,
.href_url.domain.domain == 't.msg.bmwusa.com'
and .href_url.path =~ '/r/'
)
Playground
Test against your own EMLs or sample data.
type.inbound
and sender.email.domain.root_domain not in~ ('bmw.com', 'bmwusa.com')
and any(body.links,
.href_url.domain.domain == 't.msg.bmwusa.com'
and .href_url.path =~ '/r/'
)
Test against your own EMLs or sample data.