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 furutaka
Recipients furutaka, georg.brandl
Date 2008-03-10.13:55:35
SpamBayes Score 0.21403468
Marked as misclassified No
Message-id <1205157337.33.0.156583580671.issue2265@psf.upfronthosting.co.za>
In-reply-to
Content
The line
    destination.add(MHMessage(message))
should read
    destination.add(mailbox.MHMessage(message))
History
Date User Action Args
2008-03-10 13:55:37furutakasetspambayes_score: 0.214035 -> 0.21403468
recipients: + furutaka, georg.brandl
2008-03-10 13:55:37furutakasetspambayes_score: 0.214035 -> 0.214035
messageid: <1205157337.33.0.156583580671.issue2265@psf.upfronthosting.co.za>
2008-03-10 13:55:35furutakalinkissue2265 messages
2008-03-10 13:55:35furutakacreate