From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: New bug tracker server Date: Thu, 26 Nov 2009 02:41:08 +0900 Message-ID: <87ocmq8pu3.fsf@uwakimon.sk.tsukuba.ac.jp> 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 1259170536 17651 80.91.229.12 (25 Nov 2009 17:35:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Nov 2009 17:35:36 +0000 (UTC) Cc: Stefan Monnier , 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:35: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 1NDLm4-0005te-Sk for ged-emacs-devel@m.gmane.org; Wed, 25 Nov 2009 18:35:29 +0100 Original-Received: from localhost ([127.0.0.1]:54168 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDLm4-00088i-Fo for ged-emacs-devel@m.gmane.org; Wed, 25 Nov 2009 12:35:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDLlz-000883-VU for emacs-devel@gnu.org; Wed, 25 Nov 2009 12:35:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDLlv-00086u-Dl for emacs-devel@gnu.org; Wed, 25 Nov 2009 12:35:23 -0500 Original-Received: from [199.232.76.173] (port=40820 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDLlv-00086n-8N for emacs-devel@gnu.org; Wed, 25 Nov 2009 12:35:19 -0500 Original-Received: from mtps01.sk.tsukuba.ac.jp ([130.158.97.223]:52715) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDLlu-0008Hs-NQ for emacs-devel@gnu.org; Wed, 25 Nov 2009 12:35:19 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps01.sk.tsukuba.ac.jp (Postfix) with ESMTP id CCA8A1535A8; Thu, 26 Nov 2009 02:35:14 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 2047E128BFC; Thu, 26 Nov 2009 02:41:09 +0900 (JST) In-Reply-To: <87einmtvla.fsf@stupidchicken.com> X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" 1444e28f1a3d XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:117747 Archived-At: Chong Yidong writes: > > Indeed, in that case the destination info in the "Received" header is > > probably missing. > When you send to 4957-quiet@debbugs and BCC control@debbugs, the headers > get stripped out: > Received: from rgm by fencepost.gnu.org with local (Exim 4.67) > (envelope-from ) > id 1ND1u3-0004qm-49; Tue, 24 Nov 2009 15:22:23 -0500 Probably what is happening is that the message is being forwarded from the fencepost MTA to *both* @debbugs addresses in *one* SMTP transaction. Since there's a BCC, you don't want "for " in the headers that find their way to the other addressees. Another possibility is that in a multiple addressee transaction, the MTA doesn't put a list in "for", it ignores it.