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 kayne
Recipients aalbrecht, barry, ggenellina, kayne, kxroberto
Date 2008-05-12.02:07:51
SpamBayes Score 0.11395335
Marked as misclassified No
Message-id <1210558072.59.0.925498532839.issue1645148@psf.upfronthosting.co.za>
In-reply-to
Content
Just struck this myself, found Andi's solution to work.

Constructing the header using email.header stops it from breaking the
line awkwardly (vs. just storing a string).

Suggest the documentation example page be updated to use header() in
place of straight strings.

(I can only guess as to they why of this, it seems not to hang the
indent more than a space when using header).
History
Date User Action Args
2008-05-12 02:07:52kaynesetspambayes_score: 0.113953 -> 0.11395335
recipients: + kayne, barry, ggenellina, kxroberto, aalbrecht
2008-05-12 02:07:52kaynesetspambayes_score: 0.113953 -> 0.113953
messageid: <1210558072.59.0.925498532839.issue1645148@psf.upfronthosting.co.za>
2008-05-12 02:07:52kaynelinkissue1645148 messages
2008-05-12 02:07:51kaynecreate