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: Wed, 25 Nov 2009 12:47:53 -0500 Message-ID: References: <87ljifrx8s.fsf@stupidchicken.com> <87fx8ck7jh.fsf@stupidchicken.com> <87einmtvla.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 1259171316 20312 80.91.229.12 (25 Nov 2009 17:48:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Nov 2009 17:48:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 25 18:48:29 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 1NDLyd-0003dI-Dp for ged-emacs-devel@m.gmane.org; Wed, 25 Nov 2009 18:48:27 +0100 Original-Received: from localhost ([127.0.0.1]:51133 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDLyd-0001Gy-1B for ged-emacs-devel@m.gmane.org; Wed, 25 Nov 2009 12:48:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDLyF-00015Z-Iq for emacs-devel@gnu.org; Wed, 25 Nov 2009 12:48:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDLyA-00011h-H7 for emacs-devel@gnu.org; Wed, 25 Nov 2009 12:48:02 -0500 Original-Received: from [199.232.76.173] (port=58404 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDLyA-00011W-9v for emacs-devel@gnu.org; Wed, 25 Nov 2009 12:47:58 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:48390 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDLy6-0001Un-PX; Wed, 25 Nov 2009 12:47:54 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvYEAKr8DEtFpYc//2dsb2JhbACBTdR1hDIEihY X-IronPort-AV: E=Sophos;i="4.47,287,1257138000"; d="scan'208";a="50006253" Original-Received: from 69-165-135-63.dsl.teksavvy.com (HELO pastel.home) ([69.165.135.63]) by ironport2-out.pppoe.ca with ESMTP; 25 Nov 2009 12:47:53 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 471C480E3; Wed, 25 Nov 2009 12:47:53 -0500 (EST) In-Reply-To: <87einmtvla.fsf@stupidchicken.com> (Chong Yidong's message of "Wed, 25 Nov 2009 11:31:13 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:117748 Archived-At: >> Indeed, in that case the destination info in the "Received" header is >> probably missing. > Yeah, that's the problem. I'm not sure how to solve this. When you Here's an idea: when we receive email detined to @debbugs.gnu.org, before forwarding it to the mailing-list for moderation, we add a header "X-Debbugs-Envelope-To:" to remember the original destination, so that when the mailing-list sends it back to us, we know what to do with it without having to rely on the unreliable Received: info. Stefan