[ 
http://issues.apache.org/jira/browse/JAMES-344?page=comments#action_57327 ]
     
Jeff Keyser commented on JAMES-344:
-----------------------------------

I suppose that if everyone else who runs into incompatabilities like this is a 
Java developer and wants to learn how to write Mailets, then that would be a 
second option.

In any case, we can agree to disagree on what solution is "best."  If you don't 
see an issue here, then go ahead and close this.


> FetchMail cannot parse particular format of "Received" header
> -------------------------------------------------------------
>
>          Key: JAMES-344
>          URL: http://issues.apache.org/jira/browse/JAMES-344
>      Project: James
>         Type: Bug
>   Components: FetchMail
>     Versions: 2.2.1
>     Reporter: Jeff Keyser
>     Priority: Minor

>
> The mail server I am pulling e-mail from inserts a "Received" header that 
> looks like the following:
> Received: from unknown (HELO host.domain.tld) (192.168.255.254) by ...
> BTW - The name "unknown" is always used.  I assume they are purposely saving 
> processing power by not reverse-looking up the host name.
> I have debugged this problem in the code, and it appears that because the IP 
> address is not surrounded by square brackets, computeRemoteAddress is unable 
> to find the IP address.  So the name "unknown" is always used to determine 
> the address instead, which fails.
> FYI - The e-mail I am pulling actually passes through two e-mail servers by 
> different organizations, and they both use this format.  So I assume this 
> format is common.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to