电子邮件标题分析器和解析器
指导
电子邮件标题分析器和解析器
Parse and analyze raw email headers into a structured, readable format. Paste email headers to see the complete delivery path, authentication results (SPF, DKIM, DMARC), decoded MIME headers, spam analysis, and hop-by-hop timing. All processing happens in your browser — no data is sent to any server.
如何使用
Paste raw email headers into the input area. The analyzer processes them instantly, showing a summary overview (sender, recipient, subject, date, originating IP), authentication results with color-coded pass/fail indicators, the complete delivery hop chain with timing between each server, and a structured table of all headers with decoded MIME values. Use the “Load Sample” button to see an example analysis.
特征
- Summary Overview — Parsed From, To, Subject (MIME decoded), Date, Message-ID, and originating IP address at a glance.
- Authentication Results — SPF, DKIM, and DMARC status with color-coded indicators: green for pass, red for fail, yellow for softfail/none. Includes signing domain and policy details.
- Delivery Hop Chain — Every Received header parsed into a visual chain showing from/by servers, timestamps, and calculated delay between hops. Highlights unusually long delays that may indicate issues.
- MIME Decoding — Automatically decodes MIME encoded words (=?UTF-8?B?…?= base64 and =?UTF-8?Q?…?= quoted-printable) into readable text.
- Spam Analysis — Parses X-Spam-Status, X-Spam-Score, and SpamAssassin rule hits. Provides an overall spam risk assessment.
- Structured Header Table — All headers organized into groups (routing, authentication, content, custom/X-headers) with expandable long values.
- Sample Headers — Load example headers to see the analyzer in action before pasting your own.
- Reference Guide — Collapsible explanation of key email headers, SPF/DKIM/DMARC, Received header reading, and common spam indicators.
Email Authentication
SPF (Sender Policy Framework): Verifies the sending server is authorized to send mail for the domain. Checks the envelope sender against the domain’s DNS SPF record.
DKIM (DomainKeys Identified Mail): Verifies the email hasn’t been tampered with in transit using a cryptographic signature. The signing domain is checked against DNS.
DMARC (Domain-based Message Authentication): Builds on SPF and DKIM to specify what should happen when authentication fails (none/quarantine/reject). Provides reporting for domain owners.
