Hi Matthias, I am not sure I understand what you mean by upstream. As you wrote
this also in the github tracker, I guess you mean to Python directly.
Several Plone developers tested Plone independently with a stock, self compiled
Python 2.7.11. and confirmed, that their Plone/Zope instance does n
Public bug reported:
I use ssmtp with alot.
Alot normalizes mail endings according to rfc 3156.
One of these normalizations consists of converting all '\n' to '\r\n'
When such a message is passed to ssmtp, ssmtp magically doubles the line
endings.
'\r\n' becomes '\r\n\r\n' whereas '\n' stays '\n