GNU bug report logs -
#61797
[PATCH] teams: Don't generate multiple X-Debbugs-Cc: headers.
Previous Next
Reported by: Tobias Geerinckx-Rice <me <at> tobias.gr>
Date: Sat, 25 Feb 2023 22:46:01 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61797 in the body.
You can then email your comments to 61797 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#61797
; Package
guix-patches
.
(Sat, 25 Feb 2023 22:46:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tobias Geerinckx-Rice <me <at> tobias.gr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 25 Feb 2023 22:46:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Debbugs has never supported this: the documented way to CC multiple
people is to comma-separate their addresses in one single header line.
See <https://www.debian.org/Bugs/Reporting>, ‘Sending copies of bug
reports to other addresses’.
* etc/teams.scm.in (cc): Generate a single X-Debbugs-Cc header.
Reported by Ludovic Courtès <ludo <at> gnu.org>
---
etc/teams.scm.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index ff913673e8..7dfe321ed9 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -569,7 +569,7 @@ (define (cc . teams)
"Return arguments for `git send-email' to notify the members of the given
TEAMS when a patch is received by Debbugs."
(format #true
- "~{--add-header=\"X-Debbugs-Cc: ~a\"~^ ~}"
+ "--add-header=\"X-Debbugs-Cc: ~{~a~^,~}\""
(map person-email
(delete-duplicates (append-map team-members teams) equal?))))
base-commit: 54bcdaa3b13650c6ed2478707f02b82175d1ea27
--
2.39.1
Reply sent
to
Tobias Geerinckx-Rice <me <at> tobias.gr>
:
You have taken responsibility.
(Sun, 26 Feb 2023 13:12:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tobias Geerinckx-Rice <me <at> tobias.gr>
:
bug acknowledged by developer.
(Sun, 26 Feb 2023 13:12:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 61797-close <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Wait.
As apteryx notes in bug #58813, using this to ‘guix send-mail …
$(etc/teams.scm cc TEAM)’ is never going to work.
If that's the proposed use case, this is not worth fixing.
Closing.
T G-R
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 27 Mar 2023 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.