This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sdaoden
Recipients SilentGhost, r.david.murray, sdaoden
Date 2011-02-04.21:18:19
SpamBayes Score 8.176926e-09
Marked as misclassified No
Message-id <1296854300.0.0.396929310725.issue11116@psf.upfronthosting.co.za>
In-reply-to
Content
However, as a last peep from me before i'll burn to ashes, and now with all fresh Python 3.2rc2+ all through, i do want to ask a question.

I'm still not finished with my broken thing, so the usual exception still occurs in respect to the malformed spam mail which made its way into Lib/test/test_mailbox.py - this is still my fault.  The thing i want to point out is that the target mailbox will end with these lines after the program fails:

>
>
>
> From MAILER-DAEMON Fri Feb  4 20:17:03 2011<- EOF here

Shouldn't this be suppressed?  Or, otherwise, shouldn't

[> Status: RO]
[> Content-Length: 0]
[> Lines: 0]
>
>

be appended in case of an exception?  The current result does not comply to <http://qmail.org./man/man5/mbox.html> (which is linked by <http://tools.ietf.org/html/rfc4155>).  mutt(1) is still capable to open it (it modifies the mailbox as shown above, including bracket lines), but i don't know if that applies to all mail-clients out there.
History
Date User Action Args
2011-02-04 21:18:20sdaodensetrecipients: + sdaoden, r.david.murray, SilentGhost
2011-02-04 21:18:19sdaodensetmessageid: <1296854300.0.0.396929310725.issue11116@psf.upfronthosting.co.za>
2011-02-04 21:18:19sdaodenlinkissue11116 messages
2011-02-04 21:18:19sdaodencreate