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 nitishch
Recipients barry, nitishch, r.david.murray, thedoctorsoup
Date 2018-01-28.02:23:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517106226.46.0.467229070634.issue32606@psf.upfronthosting.co.za>
In-reply-to
Content
RFC 5322[1] says that header field's name can't have space in it and the must be immediately followed by the ':' character.

Is it common for SMTP servers to accept messages with ' ' before ':'?


[1] https://tools.ietf.org/html/rfc5322#section-2.2
History
Date User Action Args
2018-01-28 02:23:46nitishchsetrecipients: + nitishch, barry, r.david.murray, thedoctorsoup
2018-01-28 02:23:46nitishchsetmessageid: <1517106226.46.0.467229070634.issue32606@psf.upfronthosting.co.za>
2018-01-28 02:23:46nitishchlinkissue32606 messages
2018-01-28 02:23:45nitishchcreate