type.inbound
and sender.email.domain.domain == 'vimeo.com'
and strings.ends_with(subject.base, 'sent you a message on Vimeo')
and (
// plain-text url that does not go to vimeo
any(filter(body.current_thread.links, .parser == "plain"),
.display_url.domain.root_domain != 'vimeo.com'
)
)
Playground
Test against your own EMLs or sample data.