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 zvyn
Recipients barry, gennad, r.david.murray, zvyn
Date 2014-03-03.13:36:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393853775.6.0.875177407295.issue20098@psf.upfronthosting.co.za>
In-reply-to
Content
(@r.david.murray) I just implemented what you suggested:
- Policy has a mangle_from_ property, overridden in EMailPolicy
- Generator and DecodedGenerator default to policy.mangle_from_ or True if policy is None.

Would be glad if it helps :)
History
Date User Action Args
2014-03-03 13:36:15zvynsetrecipients: + zvyn, barry, r.david.murray, gennad
2014-03-03 13:36:15zvynsetmessageid: <1393853775.6.0.875177407295.issue20098@psf.upfronthosting.co.za>
2014-03-03 13:36:15zvynlinkissue20098 messages
2014-03-03 13:36:15zvyncreate