Roundup Tracker - Issues

Message7039

Author mbehrle
Recipients mbehrle
Date 2020-12-05.17:55:05
Message-id <1607190906.96.0.813285616894.issue2551106@roundup.psfhosted.org>
In-reply-to
Since migrating to roundup2 incoming mail messages generally were rendered with additional line breaks, i.e. each line break was doubled. This was with default setting leave_body_unchanged = no.

Using setting leave_body_unchanged = yes doesn't show this behaviour.

I think it is due to line 1919 in mailgw.py, with

        content = '\n\n'.join(l)

I don't know if there was a specific reason to add two line breaks or if it was by accident, please have a look at the patch attached.
History
Date User Action Args
2020-12-05 17:55:06mbehrlesetrecipients: + mbehrle
2020-12-05 17:55:06mbehrlesetmessageid: <1607190906.96.0.813285616894.issue2551106@roundup.psfhosted.org>
2020-12-05 17:55:06mbehrlelinkissue2551106 messages
2020-12-05 17:55:06mbehrlecreate