Email Headers


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Email Headers
# 1  
Old 11-26-2015
Email Headers

I'm trying to pick up some Unix SysAdmin skills on my own outside of work through the use of the "Unix and Linux System Administrators Handbook." I've found the exercises to be very beneficial, until I came to this.... "What path did the email take? To Whom was it addressed, and to whom was it delivered? How long did it spend in transit?"
I give you the beast....

Code:
Delivered-To: sailingevi@gmail.com 
Received: by 10.231.143.81 with SMTP id t17cs175323ibu; 
     Mon, 28 Dec 2009 20:15:20 -0800 (PST) 
Received: by 10.231.157.131 with SMTP id 
     b3mr2134004ibx.19.1262060119841; 
     Mon, 28 Dec 2009 20:15:19 -0800 (PST) 
     Return-Path: <garth@grsweb.us> 
Received: from mail-relay.atrust.com (mail-relay.atrust.com 
     [63.173.189.2]) by mx.google.com with ESMTP id;                       
     12si19092249iwn.27.2009.12.28.20.15.19; 
     Mon, 28 Dec 2009 20:15:19 -0800 (PST) 
Received-SPF: neutral (google.com: 63.173.189.2 is neither permitted nor 
     denied by best guess record for domain of garth@grsweb.us) 
     client- ip=63.173.189.2; 
Authentication-Results: mx.google.com; spf=neutral (google.com: 
     63.173.189.2 is neither permitted nor denied by best guess record for 
     domain of garth@grsweb.us) smtp.mail=garth@grsweb.us 
Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by 
     mail-relay.atrust.com (8.12.11/8.12.11) with ESMTP id nBT4FI9r017821 
     for <evi@atrust.com>; Mon, 28 Dec 2009 21:15:19 -0700 
Received: from grsweb.us (wolverine.dreamhost.com [75.119.201.185]) by            
     mrelay.perfora.net (node=mrus1) with ESMTP (Nemesis) id 0Ma0RD-        
     1NgKS52KT9-00LeuN; Mon, 28 Dec 2009 23:15:17 -0500 
Date: Mon, 28 Dec 2009 20:15:13 -0800 
From: UNIX and Linux System Administration Handbook 
      <garth@grsweb.us> 
Reply-To: garth@grsweb.us 
To: evi@atrust.com 
Cc: garth@grsweb.us 
Message-Id: <4b398251b11ab_e92383578b2d9b036f@wolverine.tmail>
 Subject: New comments on Printing 
Mime-Version: 1.0 
Content-Type: text/html; charset=utf-8 
X-Provags-ID:   
     V01U2FsdGVkX18pouiYXif/bVfh+D9wFXMr24TahAzDNZqM+jA04iLR7S4   
     olDXRpXlrbQMblNoZf5jO6edc+WIGC8Fi4hd5Ak15vBARASOFQYxNJWea9  
     8SyQg== 
X-Spam-Status: No, hits=-99.3 required=4.0 tests=BAYES_30,HTML_20_30,   
     MIME_HTML_ONLY,USER_IN_WHITELIST version=2.55 
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)

Here's my crack at the questions - this started with garth@grsweb.us and went to his mail server at relay.perfora.net. It was then sent to mount.perfora.net via mail-relay.atrust.com, where eve@atrust.com was matched to an active alias of sailingevi@gmail.com. It was originally addressed to evi@trust.com from garth@grsweb.us, but eventually was delivered to sailingevi@gmail.com. The total time it spend in transit was 7 seconds. It appears there were multiple time changes in the delivery.

I have no idea if I'm even close, but that's what I've got. If ANYONE could lend a hand I'd greatly appreciate it, because this thing is eating my lunch.

---------- Post updated 11-26-15 at 08:24 PM ---------- Previous update was 11-25-15 at 08:54 PM ----------

Anyone? I know this one sucks. The help would be greatly appreciated!

Last edited by ksmarine1980; 11-25-2015 at 10:55 PM.. Reason: Cleaned up formatting
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Script output in Email is not showing Colored headers

Hi All I am working on AIX 7.1 and I am trying to show an output that I get from "cat" a log file to email. However in email I get the below output: In the script I have defined the colors as: #!/bin/sh echo "\033 Below is the script I have created to send this output: ... (9 Replies)
Discussion started by: Bubs
9 Replies

2. UNIX for Dummies Questions & Answers

Modifying headers

I have a FASTA file with thousands of sequences that looks something like this: I need to modfy the header in such way that everything after the dot is remove. Thus, I will end up with something like this: Thanks (1 Reply)
Discussion started by: Xterra
1 Replies

3. Shell Programming and Scripting

editing headers

Hi, I have a folder that contains many (multiple) files 1.fasta 2.fasta 3.fasta 4.fasta 5.fasta . . 100's of files Each such file have data in the following format for example: vi 1.fasta 58 390 A GTATACATTATTGATGAAGTCCACATGCTTTCTATGGGTGCCTTCAATGCGCTTTTAAAA (7 Replies)
Discussion started by: Lucky Ali
7 Replies

4. Shell Programming and Scripting

Editing headers

Hi, I have a folder that contains many (multiple) files 1.fasta 2.fasta 3.fasta 4.fasta 5.fasta . . 100's of files Each such file have data in the following format for example: vi 1.fasta >AB_1 200bp MLKKPIIIGVTGGSGGGKTSVSRAILDSFPNARIAMIQHDSYYKDQSHMSFEERVKTNYDHPLAFDTDFM... (4 Replies)
Discussion started by: Lucky Ali
4 Replies

5. Programming

c - problem with headers?

I have a simple program to create a poker deck, shuffle it and deal cards. Here it is: #include <stdio.h> #include <stdlib.h> #include <time.h> struct Card { char *face, *suit; }; void fillDeck (Card *deck, char *face, char *suit); void shuffle (Card *deck); void... (4 Replies)
Discussion started by: Luke Bonham
4 Replies

6. UNIX for Dummies Questions & Answers

Grep Headers

Hi! Trying to find string and then put the above Headers of corresponding fist line. After executing a Property command a get this output: SP/CH-CH Span Name Type TG Idle InUse OffHk OnHk Ring -------- ------------------------------ ------ ---- ----- ----- ----- 02/01-24 CARRIERSS7... (6 Replies)
Discussion started by: Joel_john
6 Replies

7. Shell Programming and Scripting

Merging of files with different headers to make combined headers file

Hi , I have a typical situation. I have 4 files and with different headers (number of headers is varible ). I need to make such a merged file which will have headers combined from all files (comman coluns should appear once only). For example - File 1 H1|H2|H3|H4 11|12|13|14 21|22|23|23... (1 Reply)
Discussion started by: marut_ashu
1 Replies

8. Shell Programming and Scripting

Remove text between headers while leaving headers intact

Hi, I'm trying to strip all lines between two headers in a file: ### BEGIN ### Text to remove, contains all kinds of characters ... Antispyware-Downloadserver.com (Germany)=http://www.antispyware-downloadserver.c om/updates/ Antispyware-Downloadserver.com #2... (3 Replies)
Discussion started by: Trones
3 Replies

9. Shell Programming and Scripting

convert email headers' encoding?

hi all - first, huge thanks to anyone who might be able to help me out with this. it's fairly esoteric, but it seems like there has to be an answer for me... * the environment: mac os x 10.5.x server communigate pro (mail server) bash script (read on) * the brief: my script is... (5 Replies)
Discussion started by: fearboy
5 Replies

10. Programming

C Headers

Where can i get C/C++ headers for OS MINIX 2.0.3? (0 Replies)
Discussion started by: biosdos
0 Replies
Login or Register to Ask a Question