Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Understanding email headers: x-beenthere and x field

Tags:

email

header

I'd like to understand more about the email headers.

After looking at one of the emails, I found the field had this entry "x-BeenThere" in the header. What does this mean?

Also I noticed some "x" fields seem like they're custom set fields, is this the case with some emails?

like image 227
supmethods Avatar asked Aug 16 '13 03:08

supmethods


1 Answers

The X-BeenThere header is used by mailing list software to detect loops. Each time a message passes through a listserve, it adds its address to the header. If an incoming message already contains its address in the header, it means the message is looping (one of the recipients is forwarding their email to the list) and it's dropped.

like image 150
Barmar Avatar answered Sep 18 '22 14:09

Barmar