From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Fri, 04 Apr 2008 10:47:31 -0700 Subject: [sup-talk] [PATCH] Fix a bug about forwarding that trimmed out newlines. In-Reply-To: <1207325353-7638-1-git-send-email-nicolas.pouillard@gmail.com> References: <1207325353-7638-1-git-send-email-nicolas.pouillard@gmail.com> Message-ID: <1207331132-sup-5937@south> Reformatted excerpts from nicolas.pouillard's message of 2008-04-04: > This seems to happen when one don't touch the forwarded email. Indeed > most of the sup's code tend to assume that messages body are > reprensented using an array of string *without* a trailing \n, except > some parts of the code. I see. I think this patch is the right approach. > This patch enforce that. It could become even more strict by raising > an error instead of logging in join_lines. Does that log message ever get triggered for you? I'd prefer to have an exception thrown, but only if it will never happen. :) -- William