Loading...

Knowledge Base

How to Read Email Headers: A Step-by-Step Guide

What is an Email Header

An email header (also called an internet header or message header) is a snippet of code that contains details about where the email came from and its destination. Email headers record an email's route and show if an email was sent to other addresses before it reached its destination. If the header information looks suspicious, you can avoid the email to prevent phishing attempts or malicious content.

Analyzing the email header can help to:

  • Investigate spam and spoofing
  • Identify delays in sending or receiving
  • Research blocklists

How Do I Find an Email Header

Locating the email header varies based on the email client you use. Choose the location where you send your email to get instructions on finding the email header.

Webmail | Outlook | Mac Mail | Thunderbird | Gmail | Yahoo

Webmail

  1. Log into webmail.
  2. Open the message from the inbox, then click on the three-dotted icon.
    Select email,then click on vertical ellipsis icon, and then select View source

  3. Select View source from the options. This will show the email headers. Below is an example:
    Email source

 

Outlook

  1. Double-click an email message to open it outside of the Reading Pane.
  2. Click File, then Properties.
    In File, select Properties

  3. The information at the top will be visible in the box labeled Internet headers.

  1. Click on the three-dotted icon at the top of the message window.
  2. Select View message source.
    Click the three-dotted icon, then select View message source

  1. Click on the three-dotted icon at the top of the message window.
  2. Select View, then View message details.
    Click View, then select View message details

 

Mac Mail

  1. Open the Mail app on your Mac.
  2. Click on View, then Message.
  3. Select All Headers.
    Click View, then select Message, then select All Headers

You have accessed your email header.

 

Thunderbird

  1. Open the message you need to view.
  2. At the top of the message bar, click the More dropdown menu.
  3. Select View Source.
    More, then select View Source

A window opens, displaying the header and source of your message.

 

Gmail

  1. Open Gmail in your browser.
  2. Open the email for which you want to check the headers.
  3. Click the More icon next to Reply, then select Show original.
    Select Show original

You can see the headers displayed in a separate window, and will contain information such as authentication results. To view the complete message header, you can click on Download original.

 

Yahoo

  1. Click on an email to open it. Click the three-dotted icon, then select View Raw Message.
    Select View raw message

 

Reading an Email Header

Each line has the definition of that line, and some are self-explanatory (for example, Date). Some headers contain more information than others. This is controlled by the mail client sending the emails, so the information provided varies depending on the server.

Note: IP addresses that start with a 10. are private IP addresses.
Part Meaning
Return-Path This is where a bounced email will be sent.
Return-Path
Delivered-To This is the email recipient. This is added by the receiving mail server when it delivers the email to a specific email alias or mailbox.
Delivered-To
Received This contains information on all the servers the email traveled through. Here, you can see the items such as the MX records, IP addresses, and dates and times.
You will also find the sender's IP address here.
Received
DKIM-Signature Information about DKIM authentication. In the example below, it passed authentication.
DKIM-Signature
Message-ID The unique ID of the message (generated upon creation of the email).
Message-ID
MIME-Version MIME (Multipurpose Internet Mail Extensions) is an internet standard that extends the format capabilities of email. The MIME-Version header indicates that the email is MIME-formatted.
MIME-Version
X-VadeSecure These sections show the results of the email filter. In the example below, the email is clean. In case of a bounce-back, you may see Bounce listed.
X-VadeSecure
Received SPF If an SPF record is set up, you will see the results here.
Received SPF
Authentication-Results Here you can see information about SPF, DKIM, and DMARC authentication results. In the example below, the email passed.
Content-Type How the content of the email is formatted (HTML or plain text). The example below, it’s html.
Content-Type
Precedence This is sometimes used to notify Google that this is a bulk email to prevent the message form being marked as spam.

 

Review

It would appear that email headers are a puzzle that requires some sort of technical knowledge to decode. However, once one gets the hang of how to interpret these headers, they can become helpful in minimizing or eliminating spam or any other forms of malicious activities. As such, where you receive emails that are rather unlikely, you can look up the information in the header and assess the relevant email.

Did you find this article helpful?

 
* Your feedback is too short

Loading...