In a message of Fri, 11 Sep 2015 17:33:32 +0100, c...@isbd.net writes: >I have a (fairly) simple script that does 'catchall' processing on my >POP3 mailbox. It looks for messages To: strings that *might* be for >me and then throws everything else away.
Somebody tried to protect you from yourself. see https://bugs.python.org/issue1604 after your imput do poplib._MAXLINE=<something large enough> 20480 has been big enough for me ... Laura -- https://mail.python.org/mailman/listinfo/python-list