unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Stefan Monnier <monnier@IRO.UMontreal.CA>
Cc: emacs-devel@gnu.org
Subject: Re: New bug tracker server
Date: Wed, 25 Nov 2009 11:31:13 -0500	[thread overview]
Message-ID: <87einmtvla.fsf@stupidchicken.com> (raw)
In-Reply-To: <jwvy6lvh7lg.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Tue, 24 Nov 2009 17:38:42 -0500")

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

>>> 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.

Yeah, that's the problem.  I'm not sure how to solve this.  When you
send to, say, 4957-quiet@debbugs, the mail header looks like this:

  Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org)
        by debbugs.gnu.org with esmtp (Exim 4.69)
        (envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
        id 1ND2YX-0003mO-6P
        for submit@debbugs.gnu.org; Tue, 24 Nov 2009 16:04:13 -0500
  Received: from fencepost.gnu.org ([140.186.70.10])
        by debbugs.gnu.org with esmtp (Exim 4.69)
        (envelope-from <rgm@gnu.org>) id 1ND2YW-0003mJ-En
        for 4957-quiet@debbugs.gnu.org; Tue, 24 Nov 2009 16:04:12 -0500

Based on the last "for 4957-quiet@debbugs.gnu.org" line, the script
knows that the email was sent to 4957-quiet prior to going to the
moderation list.

When you send to 4957-quiet@debbugs and BCC control@debbugs, the headers
get stripped out:

  Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.69)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1ND1u8-0003Wd-24
	for submit@debbugs.gnu.org; Tue, 24 Nov 2009 15:22:28 -0500
  Received: from fencepost.gnu.org ([140.186.70.10])
	by debbugs.gnu.org with esmtp (Exim 4.69)
	(envelope-from <rgm@gnu.org>)
	id 1ND1u7-0003WT-AY; Tue, 24 Nov 2009 15:22:27 -0500
  Received: from rgm by fencepost.gnu.org with local (Exim 4.67)
	(envelope-from <rgm@gnu.org>)
	id 1ND1u3-0004qm-49; Tue, 24 Nov 2009 15:22:23 -0500

I don't know why this happens, but unless someone can think of a fix, it
seems we have to either give up the practice of using BCC to manipulate
bugs, or abandon moderation via mailing list.  Thoughts?




  reply	other threads:[~2009-11-25 16:31 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-10  1:20 New bug tracker server Chong Yidong
2009-11-10  2:09 ` Glenn Morris
2009-11-10  2:50   ` Chong Yidong
2009-11-10  3:25     ` Glenn Morris
2009-11-10 19:48       ` Glenn Morris
2009-11-10  2:22 ` Glenn Morris
2009-11-10  2:47   ` Chong Yidong
2009-11-10  7:23   ` Jan D.
2009-11-10 17:40   ` Stefan Monnier
2009-11-25 18:13     ` bug mail-news gateway [was Re: New bug tracker server] Glenn Morris
2009-11-10 18:10 ` New bug tracker server Andrey Paramonov
2009-11-10 18:17 ` Stefan Monnier
2009-11-10 21:42   ` Glenn Morris
2009-11-11 22:24 ` Daniel Clemente
2009-11-14  3:14 ` Chong Yidong
2009-11-18  0:20 ` Chong Yidong
2009-11-18  1:01   ` Karl Fogel
2009-11-18  3:30     ` Chong Yidong
2009-11-18 17:22       ` Xavier Maillard
2009-11-18 17:54       ` Stefan Monnier
2009-11-18 18:50         ` Chong Yidong
2009-12-01  3:22         ` Glenn Morris
2009-11-18  1:26   ` Stefan Monnier
2009-11-18 16:58   ` Glenn Morris
2009-11-18 17:04     ` Chong Yidong
2009-11-19  8:22       ` Glenn Morris
2009-11-19  8:59         ` Glenn Morris
2009-11-20 22:29   ` Glenn Morris
2009-11-20 23:08     ` Chong Yidong
2009-11-23  6:50       ` Glenn Morris
2009-11-24 21:24   ` Glenn Morris
2009-11-24 22:38     ` Stefan Monnier
2009-11-25 16:31       ` Chong Yidong [this message]
2009-11-25 17:41         ` Stephen J. Turnbull
2009-11-25 17:47         ` Stefan Monnier
2009-11-25 18:30           ` Chong Yidong
2009-11-25 18:37             ` Glenn Morris
2009-11-25 17:58         ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87einmtvla.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@IRO.UMontreal.CA \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).