How to get raw headers in Outlook (Desktop)
Raw headers are needed to verify SPF / DKIM / DMARC. Forwarded emails often remove or change those details.
-
Open the suspicious email (double-click to open it in its own window).
-
Classic Outlook (Windows): Click File → Properties.
-
In the Internet headers box, select all text and copy it.
-
Paste the copied headers into the checker tool.
How to get raw headers in Gmail (Web)
In Gmail, the raw headers are available under “Show original.” Copy the headers and paste them into the checker tool.
- Open the suspicious email in Gmail (web browser).
- Click the three-dot menu (⋯) in the top-right of the message.
- Select Show original.
- Copy the full header/source content (you can usually select all, then copy).
- Paste the copied headers into the checker tool.
How the Quick Email Spoof Check Works
It reads your email’s raw headers and summarizes three authentication checks: SPF, DKIM, and DMARC.
SPF: “Was this server allowed to send for the domain?”
SPF is like a guest list. If an email claims it’s from @company.com, SPF checks whether the sending server’s IP is on company.com’s approved list.
DKIM: “Is there a tamper-proof signature?”
DKIM is like a sealed stamp added by the sender’s domain. It helps prove the message was signed by that domain and wasn’t changed in transit.
DMARC: “Do the results match the ‘From’ address you see?”
DMARC is the final check. It confirms that SPF or DKIM passed and that it aligns with the visible “From” domain (the one the user sees).
