[EMAIL PROTECTED] wrote:

Received: from info.lifename.com ([151.203.48.240]) by mc12-f16.hotmail.com
with Microsoft SMTPSVC(5.0.2195.6824); Thu, 13 Jan 2005 08:15:15 -0800




BTW if you where thinking this line had anything to do with DNS. You are mistaken. That from is based on what the SMTP helo transaction was. It's the name inside the (), that is the reverse look up of the name. In this case there isn't a reverse.

This input-

   [EMAIL PROTECTED] jco]$ telnet localhost 25
   Trying 127.0.0.1...
   Connected to tara.direwolf.com (127.0.0.1).
   Escape character is '^]'.
   220 tara.direwolf.com ESMTP Postfix
   helo Alex.basespace.net

Produces-

Received: from Alex.basespace.net (tara.direwolf.com [127.0.0.1])
by tara.direwolf.com (Postfix) with SMTP id AE7FC7148A
for <[EMAIL PROTECTED]>; Fri, 14 Jan 2005 13:56:40 -0500 (EST)


johno

_______________________________________________
bblisa mailing list
[email protected]
http://www.bblisa.org/mailman/listinfo/bblisa

Reply via email to