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 hdiogenes
Recipients akuchling, anthonybaxter, barry, benno37, georg.brandl, hdiogenes, jlgijsbers, synx
Date 2008-05-11.19:40:59
SpamBayes Score 0.26448944
Marked as misclassified No
Message-id <1210534861.96.0.885017064995.issue756982@psf.upfronthosting.co.za>
In-reply-to
Content
> rfc822 is replaced by None in the patch here; is that safe to do?

Yes. That's what mailbox documentation says:

Parameter factory is a callable object that accepts a file-like message 
representation [...] and returns a custom representation. If factory is 
None, MaildirMessage is used as the default message representation.
History
Date User Action Args
2008-05-11 19:41:03hdiogenessetspambayes_score: 0.264489 -> 0.26448944
recipients: + hdiogenes, barry, akuchling, anthonybaxter, georg.brandl, jlgijsbers, benno37, synx
2008-05-11 19:41:02hdiogenessetspambayes_score: 0.264489 -> 0.264489
messageid: <1210534861.96.0.885017064995.issue756982@psf.upfronthosting.co.za>
2008-05-11 19:41:00hdiogeneslinkissue756982 messages
2008-05-11 19:40:59hdiogenescreate