type.inbound
and strings.icontains(body.current_thread.text, "processed by xodo sign")
and not (
sender.email.domain.root_domain == "eversign.com"
and headers.auth_summary.dmarc.pass
)
Playground
Test against your own EMLs or sample data.
type.inbound
and strings.icontains(body.current_thread.text, "processed by xodo sign")
and not (
sender.email.domain.root_domain == "eversign.com"
and headers.auth_summary.dmarc.pass
)
Test against your own EMLs or sample data.