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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, guettli
Date 2011-07-04.17:16:24
SpamBayes Score 0.055145193
Marked as misclassified No
Message-id <1309799785.72.0.484867649037.issue12489@psf.upfronthosting.co.za>
In-reply-to
Content
This gives the correct result:
decode_header('=?iso-8859-1?B?QW5tZWxkdW5nIE5ldHphbnNjaGx1c3MgU/xkcmluZzNwLmpwZw==?=')
(I replaced _ with /)

The header was probably generated by a variant of the base64 encoding, like this one: http://www.doughellmann.com/PyMOTW/base64/#url-safe-variations

Does this header comes from a real message? How was it generated?
History
Date User Action Args
2011-07-04 17:16:25amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, guettli
2011-07-04 17:16:25amaury.forgeotdarcsetmessageid: <1309799785.72.0.484867649037.issue12489@psf.upfronthosting.co.za>
2011-07-04 17:16:24amaury.forgeotdarclinkissue12489 messages
2011-07-04 17:16:24amaury.forgeotdarccreate