[issue16041] poplib: unlimited readline() from connection

Ingo Ruhnke report at bugs.python.org
Sun Jun 28 08:48:32 CEST 2015


Ingo Ruhnke added the comment:

This "fix" has broken mail retrieval from both gmx.de, gmail.com and plenty of other provider.

It manifests in getmail as:

Retrieval error: server for BrokenUIDLPOP3SSLRetriever:1860228 at pop.gmx.net:995 is broken; offered message 239 but failed to provide it.  Please notify the administrator of the server.  Skipping message...

After setting the _MAXLINE in /usr/lib/python2.7/poplib.py to something higher everything was working again.

See issue #23906

----------
nosy: +Ingo Ruhnke

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16041>
_______________________________________


More information about the Python-bugs-list mailing list