Are my headers stored after analysis?
No. The tool is anonymous, rate limited, and retains nothing you paste. Only the header block is parsed, anything after the blank line is discarded, and addresses, Message-IDs, and IPs are redacted before evidence is displayed. Do not paste full message bodies; they are not needed.
What does a missing Message-ID mean?
RFC 5322 recommends Message-ID rather than requiring it, so a missing one is not a standards violation on its own. In practice, filters treat absent or malformed IDs as a risk signal because legitimate mail software generates them automatically. The fix is at the sender: configure your application, library, or ESP to emit a unique, fully qualified ID per message.
Why does my email fail one-click unsubscribe checks?
One-click unsubscribe requires two fields together: a List-Unsubscribe header containing an HTTPS URL, and the RFC 8058 List-Unsubscribe-Post: List-Unsubscribe=One-Click field. The endpoint must accept the POST and process it without login or confirmation. Any missing piece fails; Gmail and Yahoo require the full setup from bulk senders of marketing mail.
Can headers prove who sent an email?
No. Any header line below the ones your provider added can be forged, including From, Reply-To, and the lower Received hops. What headers establish is what a server observed: Authentication-Results says whether the stated domains passed SPF, DKIM, and DMARC on arrival. That is evidence about domains, not proof about a person.
What is the difference between Reply-To and Return-Path?
Reply-To is a message header telling recipients where replies should go, honored by mail clients when someone hits reply. Return-Path is the envelope bounce address, copied from the SMTP MAIL FROM command by the final receiving server, and it receives failure notices. SPF alignment is evaluated against the Return-Path domain, never Reply-To.
Why do my Received lines look out of order?
They are not; each server prepends its own Received line, so the newest entry is at the top. Read the chain bottom-up to trace the path from origin to destination. Forwarding adds hops and typically breaks SPF on the forwarded copy, since the forwarder's IP is not authorized by the original domain.
Does a passing result mean my email will reach the inbox?
No. Header structure is one input among many. Sender reputation, SPF, DKIM, and DMARC alignment, content, links, and engagement history all feed placement, and none of that is visible in a pasted header block. A pass means the structure is clean, not a delivery promise. Verifying authentication and content requires sending a real message to a test inbox.