On Sat, Oct 21, 2006 at 05:51:17PM +0100, Andy Parkins wrote: > From 0e3c0aefc3276bd271553d171ed9bcc52d85230e Mon Sep 17 00:00:00 2001 > From: Andy Parkins <andyparkins@xxxxxxxxx> > Date: Fri, 20 Oct 2006 15:24:40 +0100 > Subject: [PATCH] Use email address only for looking up signing key in git-tag > > It's that first line that's the problem. It was generated by > git-format-patch of course, however, I assume that it was intended to > be stripped on the way to the IMAP server. So, That makes sense; git-format-patch generates an mbox, not a raw message. > * Courier's /usr/bin/imapd should have stripped it and didn't > * git-imap-send shouldn't have sent it git-imap-send shouldn't be sending it. The IMAP protocol works with RFC822 messages, not mboxes. > Can anyone help me out with which it should be? Or point me at the relevant > RFC? RFC2060, section 6.3.11 (APPEND). -Peff - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html