Issue 5078 in pharo: SMTPClient (wrongly) uses local address

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5078 in pharo: SMTPClient (wrongly) uses local address

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug

New issue 5078 by [hidden email]: SMTPClient (wrongly) uses local  
address
http://code.google.com/p/pharo/issues/detail?id=5078

Pharo1.4a Latest update: #14253

SMTPClient>>initiateSession
        ...
        self sendCommand: ... NetNameResolver localHostName.
        ...

This results in the local address (e.g. 10.0.0.5) being used, which  
sometimes gets kicked back by the mail server with:
     550-"JunkMail rejected - ool-whatever.dyn.optonline.net (10.0.0.5)"

See discussion at  
http://forum.world.st/SMTPClient-uses-local-address-td4178445.html


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5078 in pharo: SMTPClient (wrongly) uses local address

pharo

Comment #1 on issue 5078 by [hidden email]: SMTPClient (wrongly)  
uses local address
http://code.google.com/p/pharo/issues/detail?id=5078

This cannot be fixed I think: how could you find out the IP address that  
your router has on the internet while you are on an (wireless) internal  
network at home or in the office ?

But I am not a network specialist, so who knows ?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5078 in pharo: SMTPClient (wrongly) uses local address

pharo
Updates:
        Status: Invalid

Comment #2 on issue 5078 by [hidden email]: SMTPClient (wrongly)  
uses local address
http://code.google.com/p/pharo/issues/detail?id=5078

So it was decided thesis not a bug?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker