emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/admin/notes bugtracker


From: Glenn Morris
Subject: [Emacs-diffs] emacs/admin/notes bugtracker
Date: Thu, 26 Feb 2009 03:52:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/02/26 03:52:06

Modified files:
        admin/notes    : bugtracker 

Log message:
        Mention bug 1720.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/admin/notes/bugtracker?cvsroot=emacs&r1=1.33&r2=1.34

Patches:
Index: bugtracker
===================================================================
RCS file: /sources/emacs/emacs/admin/notes/bugtracker,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- bugtracker  12 Feb 2009 03:27:01 -0000      1.33
+++ bugtracker  26 Feb 2009 03:52:06 -0000      1.34
@@ -60,6 +60,38 @@
 in the subsequent discussion will end up creating a new bug.  This is
 annoying.
 
+Note that the way this feature works is perhaps not ideal (Bug#1720).
+If X-Debbugs-CC: was specifed by a real header, that header is removed
+in the mail sent out to the bug list, and the addresses merged into
+the Resent-CC header (see below).  They don't appear as an explicit CC:
+header, nor do they appear in the Reply-To: header.  So people you
+X-Debbugs-CC are not included in any following discussion unless they are
+manually cc'd.  So this feature really only serves to notify them that
+a bug has been filed.  It's then up to them to follow any subsequent
+discussion.
+
+If X-Debbugs-CC were merged into the Reply-To header, this might work
+more the way people expect.
+
+** How does Debbugs send out mails?
+
+The mails are sent out to the bug list with From: and To: unchanged.
+Eg if you file a bug with "address@hidden", that
+remains in the To: address.  They reach the bug list by being resent.
+
+Mails arriving at the bug list have the following Resent-* headers:
+
+Resent-From: person who submitted the bug
+Resent-To:   address@hidden
+Resent-CC:   maintainer email address, plus any X-Debbugs-CC: entries
+
+The "maintainer email address" is "Emacs Bugs <address@hidden>"
+in most cases.
+
+They also have:
+
+Reply-To:   bug submitter, address@hidden
+
 ** To not get acknowledgement mail from the tracker,
 add an "X-Debbugs-No-Ack:" header (with any value).  If you use Gnus,
 you can add an element to gnus-posting-styles to do this automatically, eg:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]