From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: bugtracker sets bad Mail-Followup-To Date: Fri, 08 Jan 2010 12:26:17 -0500 Message-ID: References: <87bph5q9yb.fsf@turtle.gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262973588 32231 80.91.229.12 (8 Jan 2010 17:59:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Jan 2010 17:59:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 08 18:59:40 2010 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 1NTJ7a-00058W-SR for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2010 18:59:39 +0100 Original-Received: from localhost ([127.0.0.1]:33000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTJ7b-0005ZL-HD for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2010 12:59:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTJ5S-0003WX-Df for emacs-devel@gnu.org; Fri, 08 Jan 2010 12:57:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTJ5J-0003Li-LL for emacs-devel@gnu.org; Fri, 08 Jan 2010 12:57:22 -0500 Original-Received: from [199.232.76.173] (port=45226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTJ5J-0003LU-Hq for emacs-devel@gnu.org; Fri, 08 Jan 2010 12:57:17 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:58941) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTJ5I-0006vJ-5D for emacs-devel@gnu.org; Fri, 08 Jan 2010 12:57:16 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NTIbJ-00039p-GO; Fri, 08 Jan 2010 12:26:17 -0500 X-Spook: John Kerry rail gun analyzer Steve Case [Hello to all my X-Ran: ;]_ 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:119719 Archived-At: Sven Joachim wrote: > The bugtracker sets not only Reply-To, but also Mail-Followup-To to the > submitter and nnnn@debbugs.gnu.org. It also does this when replying to > an existing report, which is very bad because it cuts off previously > CC'ed people from Reply-all followups. It's an attempt to reduce the massive mail duplication that existed before, when people kept replying to nnn@ and bug-gnu-emacs. Is the right thing to do: 1) When I reply to nnn@, the mail that debbugs sends out should have neither MFT nor RT in the headers. Then people can just followup as normal. 2) When I send a new mail to bug-gnu-emacs or submit@, the new report that goes out should either: a) Have MFT set to nnn@, and no RT header (same as at present, bug remove RT). b) Have To: set to nnn@ rather than bug-gnu-emacs. (I think this is preferable?) If so, I will _try_ to implement it.