GNU bug report logs - #61797
[PATCH] teams: Don't generate multiple X-Debbugs-Cc: headers.

Previous Next

Package: guix-patches;

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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Subject: bug#61797: closed ([PATCH] teams: Don't generate multiple
 X-Debbugs-Cc: headers.)
Date: Sun, 26 Feb 2023 13:12:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61797: [PATCH] teams: Don't generate multiple X-Debbugs-Cc: headers.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61797 <at> debbugs.gnu.org.

-- 
61797: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61797
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 61797-close <at> debbugs.gnu.org
Subject: [PATCH] teams: Don't generate multiple X-Debbugs-Cc: headers.
Date: Sun, 26 Feb 2023 14:10:07 +0100
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: guix-patches <at> gnu.org
Subject: [PATCH] teams: Don't generate multiple X-Debbugs-Cc: headers.
Date: Sun, 19 Feb 2023 01:00:08 +0100
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




This bug report was last modified 2 years and 81 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.