Analyze raw email headers
analyze_headersRe-verify SPF, DKIM, DMARC, and ARC from a raw RFC 5322 email (full message or just the headers block). Returns InboxGuard's independent verdict (ours), the sender's own Authentication-Results (theirs), whether they agree, and parsed envelope/headers — useful for spotting forged or mismatched auth results. No account needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| helo | No | Optional: the SMTP HELO/EHLO domain. | |
| message | Yes | The raw email — full RFC 5322 message, or at least the headers block (Received, Authentication-Results, DKIM-Signature, From, …). | |
| mailFrom | No | Optional: the envelope MAIL FROM (return-path) address. | |
| senderIp | No | Optional: connecting IP to evaluate SPF against (overrides the IP parsed from Received headers). |