analyze_raw_email
Analyze raw email source to pinpoint delivery failures or spam issues. Parses SPF/DKIM/DMARC, checks reputation and content, delivers a 0-100 spam score with fix suggestions.
Instructions
Read-only analysis of a pasted raw RFC-5322 MIME email source. Parses Authentication-Results, Received chain, SPF/DKIM/DMARC/ARC verdicts, sender IP reputation/blacklist status, content-side spam triggers (suspicious URLs, misleading From, content/HTML imbalance), and produces a 0-100 spam score plus AI-assisted fix suggestions. rawEmail is full headers+body, max 500KB. Use to debug a specific failing email when the user can paste the raw source from their MUA; use create_email_test instead when the user can resend it. POST body is processed in-memory and not stored. No auth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rawEmail | Yes | Raw email source including headers and body, max 500,000 characters |