Jessica McKellar added the comment:

murilobr, thank you for the detailed and persistent bug report :)

I was not able to reproduce this issue when sending mail from myself to myself 
through an open Google SMTP server*, using either Python 2.7** or 3.1. Do you 
experience this issue with a GMail SMTP server? If not, this seems like 
something specific to your environment--perhaps a custom SMTP server you are 
using?

Unless someone can reproduce the issue, I recommend that we close this ticket.

* e.g. one from

$ nslookup
> set type=MX
> google.com
Server:192.168.1.1
Address:192.168.1.1#53
Non-authoritative answer:
google.commail exchanger = 10 aspmx.l.google.com.
google.commail exchanger = 50 alt4.aspmx.l.google.com.
google.commail exchanger = 20 alt1.aspmx.l.google.com.
google.commail exchanger = 30 alt2.aspmx.l.google.com.
google.commail exchanger = 40 alt3.aspmx.l.google.com.

** This is targeted at 3.1 but the example uses str.decode, which doesn't exist 
in Python 3, so I went back and checked on 2.7.

----------
nosy: +jesstess
versions: +Python 2.7 -Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9297>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to