AuthVerdict is the wire schema for the structured inbound auth verdict (MSG-11) — a clean public name for emailauth.Result (the trust primitive the inbound policy enforces on). Identical shape; converted via authVerdict().
| 253 | // (MSG-11) — a clean public name for emailauth.Result (the trust primitive the |
| 254 | // inbound policy enforces on). Identical shape; converted via authVerdict(). |
| 255 | type AuthVerdict emailauth.Result |
| 256 | |
| 257 | // authVerdict converts the domain verdict to its wire view (nil-safe). |
| 258 | func authVerdict(r *emailauth.Result) *AuthVerdict { |