Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96366
| Path | csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone04.am1.xlned.com!bcyclone04.am1.xlned.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <lac@openend.se> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.004 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'throws': 0.09; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'imput': 0.16; 'message- id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'subject:Problem': 0.16; 'subject:handling': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'sep': 0.22; 'tried': 0.24; 'url:bugs': 0.24; 'script': 0.25; 'fri,': 0.27; 'looks': 0.29; 'away.': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'subject:/': 0.30; 'somebody': 0.30; 'url:python': 0.33; 'url:org': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'does': 0.39; 'enough': 0.39; 'subject:with': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'protect': 0.76; 'header:In-reply- to:1': 0.84; 'mailbox.': 0.93 |
| To | cl@isbd.net |
| cc | python-list@python.org, lac@openend.se |
| From | Laura Creighton <lac@openend.se> |
| Subject | Re: Problem with handling errors in POP3 message retrieval/deletion |
| In-reply-to | <sbcbcc-rf5.ln1@esprimo.zbmc.eu> |
| References | <sbcbcc-rf5.ln1@esprimo.zbmc.eu> |
| Comments | In-reply-to cl@isbd.net message dated "Fri, 11 Sep 2015 17:33:32 +0100." |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="us-ascii" |
| Content-ID | <7172.1441999068.1@fido> |
| Date | Fri, 11 Sep 2015 21:17:48 +0200 |
| X-Greylist | Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Fri, 11 Sep 2015 21:17:52 +0200 (CEST) |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.380.1441999077.8327.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1441999077 news.xs4all.nl 23731 [2001:888:2000:d::a6]:38606 |
| X-Complaints-To | abuse@xs4all.nl |
| X-Received-Bytes | 3197 |
| X-Received-Body-CRC | 2925819105 |
| Xref | csiph.com comp.lang.python:96366 |
Show key headers only | View raw
In a message of Fri, 11 Sep 2015 17:33:32 +0100, cl@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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Problem with handling errors in POP3 message retrieval/deletion cl@isbd.net - 2015-09-11 17:33 +0100 Re: Problem with handling errors in POP3 message retrieval/deletion cl@isbd.net - 2015-09-11 18:13 +0100 Re: Problem with handling errors in POP3 message retrieval/deletion Laura Creighton <lac@openend.se> - 2015-09-11 21:17 +0200
csiph-web