type.inbound
and any(body.current_thread.links,
strings.ends_with(.href_url.path, "go.php")
and strings.starts_with(.href_url.query_params, "auth=")
and strings.count(.href_url.path, "/") == 2
)
Playground
Test against your own EMLs or sample data.