From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: git-imap-send and "From " Date: Sat, 21 Oct 2006 13:55:19 -0400 Message-ID: <20061021175519.GA7432@coredump.intra.peff.net> References: <200610211751.21581.andyparkins@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sat Oct 21 19:55:32 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GbL4D-0007ax-AZ for gcvg-git@gmane.org; Sat, 21 Oct 2006 19:55:29 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1766576AbWJURzY (ORCPT ); Sat, 21 Oct 2006 13:55:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1766611AbWJURzY (ORCPT ); Sat, 21 Oct 2006 13:55:24 -0400 Received: from 66-23-211-5.clients.speedfactory.net ([66.23.211.5]:32732 "HELO peff.net") by vger.kernel.org with SMTP id S1766576AbWJURzW (ORCPT ); Sat, 21 Oct 2006 13:55:22 -0400 Received: (qmail 24244 invoked from network); 21 Oct 2006 13:55:20 -0400 Received: from unknown (HELO coredump.intra.peff.net) (10.0.0.2) by 66-23-211-5.clients.speedfactory.net with SMTP; 21 Oct 2006 13:55:20 -0400 Received: by coredump.intra.peff.net (sSMTP sendmail emulation); Sat, 21 Oct 2006 13:55:19 -0400 To: Andy Parkins Content-Disposition: inline In-Reply-To: <200610211751.21581.andyparkins@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: 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 > 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