From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] contrib/hooks/post-receive-email: send individual mails to recipients Date: Wed, 12 Nov 2008 09:49:12 -0800 Message-ID: <7vfxlwq1gn.fsf@gitster.siamese.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Andy Parkins To: Michael Adam X-From: git-owner@vger.kernel.org Wed Nov 12 18:51:45 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1L0Jrx-0006bU-CW for gcvg-git-2@gmane.org; Wed, 12 Nov 2008 18:51:09 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751982AbYKLRty (ORCPT ); Wed, 12 Nov 2008 12:49:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751859AbYKLRty (ORCPT ); Wed, 12 Nov 2008 12:49:54 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:63686 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751763AbYKLRtx (ORCPT ); Wed, 12 Nov 2008 12:49:53 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id 2B5CE16851; Wed, 12 Nov 2008 12:49:53 -0500 (EST) Received: from pobox.com (ip68-225-240-211.oc.oc.cox.net [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 9F7A616867; Wed, 12 Nov 2008 12:49:14 -0500 (EST) In-Reply-To: (Michael Adam's message of "Wed, 12 Nov 2008 17:21:27 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 4F5E0E5E-B0E2-11DD-B3F0-C128113D384A-77302942!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Michael Adam writes: > This changes the behaviour of post-receive-email when a list of recipients > (separated by commas) is specified as hooks.mailinglist. With this modification, > an individual mail is sent out for each recipient entry in the list, instead > of sending a single mail with all the recipients in the "To: " field. Why can that be an improvement?