type.inbound
and any(headers.hops,
any(.fields,
strings.ilike(.name, "Received-SPF") and strings.ilike(.value, "*spf=temperror*")
)
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(headers.hops,
any(.fields,
strings.ilike(.name, "Received-SPF") and strings.ilike(.value, "*spf=temperror*")
)
)
Test against your own EMLs or sample data.