Comment 4 for bug 318894

Revision history for this message
Björn Tillenius (bjornt) wrote : Re: [Bug 318894] Re: oops when responding to merge proposal review via email

On Thu, Jan 22, 2009 at 03:16:00PM -0000, Francis J. Lacoste wrote:
> Downloading the email message and running GPG on it says that there is a
> CRC error.
>
> So this looks like an encoding problem on the client side.

I came to the same conclusion first, after doing the same thing you did,
but then I opened the downloaded mail in mutt, which managed to verify
the signature (using gpg).

We already do some decoding and normalization before sending the text to
gpg. My guess is that there's some other decoding or normalization we
need to do as well. Looking at the source code for mutt would be a
start.