From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: New bug tracker server Date: Tue, 24 Nov 2009 17:38:42 -0500 Message-ID: References: <87ljifrx8s.fsf@stupidchicken.com> <87fx8ck7jh.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259103002 28058 80.91.229.12 (24 Nov 2009 22:50:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Nov 2009 22:50:02 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 24 23:49:55 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ND4Cn-0008C5-Ux for ged-emacs-devel@m.gmane.org; Tue, 24 Nov 2009 23:49:54 +0100 Original-Received: from localhost ([127.0.0.1]:50706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ND4Cn-0008EQ-Sg for ged-emacs-devel@m.gmane.org; Tue, 24 Nov 2009 17:49:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ND44H-0004Ov-Nm for emacs-devel@gnu.org; Tue, 24 Nov 2009 17:41:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ND44E-0004LN-0B for emacs-devel@gnu.org; Tue, 24 Nov 2009 17:41:05 -0500 Original-Received: from [199.232.76.173] (port=46031 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ND44D-0004LK-QM for emacs-devel@gnu.org; Tue, 24 Nov 2009 17:41:01 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:56088) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ND44B-0006sf-Qh; Tue, 24 Nov 2009 17:40:59 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id nAOMcgjn017627; Tue, 24 Nov 2009 17:38:42 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id A3EF03A1B6; Tue, 24 Nov 2009 17:38:42 -0500 (EST) In-Reply-To: (Glenn Morris's message of "Tue, 24 Nov 2009 16:24:06 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3413=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117708 Archived-At: >> I have finished setting up the new bug tracker, and it's almost ready to >> use now. Everyone who's interested, please give it a try. >> >> The system is set up as follows. > Something is wrong with messages sent to more than one debbugs address > at the same time. > If I try to send a message to 4957@debbugs, it works. > If I try to send a message to control@debbugs, it works. > If I try to do both in one message (cc'ing or bcc'ing control), it > does not have the desired effect. Instead it ends up creating two new > duplicate bug reports. See bugs 4958 through 4965. Indeed, in that case the destination info in the "Received" header is probably missing. Stefan