VLANlab
ABOUT
Email
8 tools
Email InspectorDKIM CheckerEmail HeadersSMTP TestSMTP TLS CheckMX Health CheckEmail Security
BUILDERS
DMARC GeneratorCloud
Temp MailSoon
VLANlab

CALCULATE • LOOKUP • VERIFY

What Is My IP?IPv6 TestSpeed Test
DNS LookupDNS PropagationDNS Health CheckerSPF AnalyzerPTR LookupCAA RecordSRV RecordDNS TraceDNS PrivacyDANE / TLSADNSSEC CheckerSPF BuilderDKIM GeneratorZone DiffPTR Zone Generator
Subnet CalculatorCIDR Range ViewerVLSM CalculatorVLAN PlannerBandwidth CalcIPv6 Subnet CalcIP ↔ BinarySupernet CalcCIDR MergeCIDR to IP RangeCIDR SplitIPv4 → IPv6CIDR OverlapFree IP Space FinderDHCP CalculatorMTU Calculator
WHOIS LookupDomain Age CheckerSubdomain FinderIP GeolocationASN / BGP LookupIP Blacklist CheckReverse IP LookupMAC Address LookupBGP Prefix LookupRPKI / ROA CheckDomain Availability
Email InspectorDKIM CheckerEmail HeadersSMTP TestSMTP TLS CheckMX Health CheckEmail SecurityDMARC Generator
Temp MailSoon
Is It Down?SSL/TLS CheckerOpen Port CheckerOG Tag CheckerOCSP CheckerPing / LatencyHTTP InspectorRedirect ChainCSP AnalyzerTech Stack CheckerBetaTracerouteBetaHTTP/2 + HTTP/3robots.txt ViewerSSL Cert DecoderBanner GrabberWebSocket TesterCORS TesterHTTP TimingStructured DataPWA ManifestSEO Auditor
One-Time SecretHash GeneratorPassword StrengthSecurity.txtCT Log SearchAXFR Zone Test
HTTP Sec ScoreSoon
WebRTC Leak TestIP Reputation
JSON FormatterYAML FormatterBase64 / URL EncodeJWT DecoderRegex TesterUnix TimestampCron BuilderUUID / ULIDPunycode / IDNBase ConverterACL Generator
CSS Unit ConverterColor ToolkitGradient GeneratorcURL BuilderURL ParserURL Encoder/DecoderHTTP Status CodesBox Shadow GenFavicon GeneratorFlex & Gridrobots.txt Tester
Text CompareCase ConverterText CleanerText AnalyzerText TransformerList ToolsLorem GeneratorSlug Generator
Cloud VPC PlannerCloud IP RangeSecurity GroupsIAM AnalyzerK8s CIDR PlannerFirewall BuilderHCL FormatterEgress Cost CalcCloud DNS Zone
VM Cost EstimatorSoon
Proxmox Net ConfigVMware Port GroupHyper-V vSwitchVXLAN VNI PlannerKVM Net ConfigXCP-ng NetworkNSX-T Segment
Disposable Email DetectorPhone InspectorTor Exit NodeVPN/Proxy DetectDomain ReputationTyposquat DetectUsername SearchFavicon Hash
GitHub ActionsDockerfile Gendocker-composeArgoCD AppK8s Manifests
About

© 2026 VLANlab

No login · No ads · No tracking

2.26.5308c68

Email Header Analyzer

Paste raw email headers to trace the delivery path, check authentication results, and measure hop-by-hop timing.

Example:

Paste raw email headers above, then click Analyze

Related Tools

Email Inspector

Enter an email address to validate it and grade its domain security, or enter a domain alone to check SPF, DMARC, DKIM, and MX records.

DNS Lookup

Query any DNS record type for any domain - A, AAAA, MX, TXT, CNAME, NS, SOA, CAA. Results come from Cloudflare's global DNS resolver (1.1.1.1).

WHOIS Lookup

Look up domain registration details - registrar, expiry date, nameservers, and status. Data comes from the RDAP protocol, the modern successor to classic WHOIS.

About this tool

What are email headers?

Every email contains a set of headers - structured metadata that mail servers add as the message travels from sender to recipient. Headers record every server the message passed through, when it arrived at each hop, what authentication checks were performed, and dozens of other details. Most email clients hide headers by default; you can usually view them via "Show original", "View source", or "Message source" in your client's menu.

What is the delivery path?

The Received: headers form the delivery chain. Each mail server that handles a message prepends a Received: header recording where the message came from, which server received it, the protocol used, and a timestamp. Reading them from bottom to top gives the chronological path - this tool reverses them for you. Unexpected hops or long delays can indicate routing issues, greylisting, or spam-filtering queues.

What do SPF, DKIM, and DMARC mean?

SPF: confirms the sending server's IP is authorised by the domain's DNS record. A pass means the IP is on the allowlist.
DKIM: a cryptographic signature over the message content. A pass means the message was not modified in transit.
DMARC: policy layer on top of SPF and DKIM. A pass means at least one mechanism aligned with the From domain per the domain's DMARC policy.

What does a high hop delay indicate?

Delays of a few seconds per hop are normal - servers verify the message before accepting it. Delays of minutes usually indicate greylisting (a spam-filtering technique that temporarily rejects unknown senders). Delays of hours mean the sending server lost connectivity and retried delivery. Negative delays reflect clock skew between MTAs and are harmless.