An email header analyzer helps you decode what happened to a message in transit, including authentication checks and relay path details.

What to inspect in email headers

  • for SPF, DKIM, and DMARC outcomes
  • chain for relay path and delay points
  • and envelope sender alignment
  • Message ID and sending infrastructure fingerprints

Practical analysis checklist

  1. Capture full raw headers from the receiving mailbox
  2. Check authentication verdicts first (, , , )
  3. Compare sender domain alignment for DMARC
  4. Review relay hops to find latency or misrouting
  5. Confirm policy records (SPF, DKIM, DMARC) are current

Typical failure patterns

SPF softfail from unlisted sender IP

Often caused by unapproved sending systems or stale include lists.

DKIM fail due to selector mismatch

The selector in headers does not match the published DNS key.

DMARC fail despite SPF pass

Alignment can still fail when envelope and visible From domains differ.

Automate header-based workflows

MailSlurp can parse inbound messages and route them with rules and webhooks. See email automation and routing for implementation options.