From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH V2] git-send-email.perl: Deduplicate "to:" and "cc:" entries with names Date: Fri, 26 Nov 2010 16:39:02 -0800 Message-ID: <1290818342.11971.325.camel@Joe-Laptop> References: <1290272809.27951.30.camel@Joe-Laptop> <1290286877.31117.15.camel@Joe-Laptop> <4CE84FF3.2070906@pcharlan.com> <1290294365.31117.40.camel@Joe-Laptop> <7vmxowq6gz.fsf@alter.siamese.dyndns.org> <1290807268.11971.310.camel@Joe-Laptop> <7vk4jzpq8h.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Pete Harlan , Andreas Schwab , git To: Junio C Hamano X-From: git-owner@vger.kernel.org Sat Nov 27 01:39:11 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PM8oo-0004Vw-Q5 for gcvg-git-2@lo.gmane.org; Sat, 27 Nov 2010 01:39:11 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753285Ab0K0AjF (ORCPT ); Fri, 26 Nov 2010 19:39:05 -0500 Received: from mail.perches.com ([173.55.12.10]:1877 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753085Ab0K0AjE (ORCPT ); Fri, 26 Nov 2010 19:39:04 -0500 Received: from [192.168.1.162] (unknown [192.168.1.162]) by mail.perches.com (Postfix) with ESMTP id 638F024368; Fri, 26 Nov 2010 16:38:59 -0800 (PST) In-Reply-To: <7vk4jzpq8h.fsf@alter.siamese.dyndns.org> X-Mailer: Evolution 2.30.3 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, 2010-11-26 at 16:25 -0800, Junio C Hamano wrote: > Joe Perches writes: > > On Fri, 2010-11-26 at 10:34 -0800, Junio C Hamano wrote: > >> I wonder if we should remove addresses from To: and Cc: if the same > >> address appears in @bcclist, by the way, but that is a separate topic. > > Most likely it should be culled from the bcclist. > That means that the current behaviour is Ok, no? We do make the "RCPT TO" > list of addresses we feed to smtp unique after concatenating To/Cc/Bcc, if > I am not mistaken. I believe it's correct as is.