From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 25 17:45:04 2023 Received: (at submit) by debbugs.gnu.org; 25 Feb 2023 22:45:04 +0000 Received: from localhost ([127.0.0.1]:41800 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pW3Hs-0001qz-HU for submit@debbugs.gnu.org; Sat, 25 Feb 2023 17:45:04 -0500 Received: from lists.gnu.org ([209.51.188.17]:32812) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pW3Hp-0001qq-W1 for submit@debbugs.gnu.org; Sat, 25 Feb 2023 17:45:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pW3Hp-00083d-Nj for guix-patches@gnu.org; Sat, 25 Feb 2023 17:45:01 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pW3Hn-0000ce-EB for guix-patches@gnu.org; Sat, 25 Feb 2023 17:45:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=gknDQ7u78HKGO vzt8DS5mYehXfMoJprnBJqmi7tmCNo=; h=date:subject:to:from; d=tobias.gr; b=oyTMS/TCk4l00216dUZuRVCD6pDMmsCyAdTMdYPNrJG74RWu9mrRrzg9LenDN9kVN8mw /UzHiQvB0QpDuIKGvcbMgZz4M4MpR9K+lyCTqEC2yk0RAX1HLW2077CddHvdqGjyDS9WO9 9HhGRwU0z1MFDGoTlEZXqL+Jh33/mrB1VhcaWI8jaXosupo3OtYuPXU7JBXZnxbjOJCcEH xDMpGDlUKWP9zl5oeuiLSSdobG2ITdX2bVnnOqpKA73OevnHvFhXs80AbkUzbLHvtH9amw 9p+YrdFtozuFi1FaM1ZCpcJmU5D30XyPiom6LGOJa7Sk0zo1NLxryuB1yGVQ5HcQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 173ea2ed (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 25 Feb 2023 22:44:53 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] teams: Don't generate multiple X-Debbugs-Cc: headers. Date: Sun, 19 Feb 2023 01:00:08 +0100 Message-Id: <20230219000008.23343-1-me@tobias.gr> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: 13 X-Spam_score: 1.3 X-Spam_bar: + X-Spam_report: (1.3 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_96_XX=3.405, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.6 (/) Debbugs has never supported this: the documented way to CC multiple people is to comma-separate their addresses in one single header line. See , ‘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 --- 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 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 08:11:25 2023 Received: (at 61797-close) by debbugs.gnu.org; 26 Feb 2023 13:11:25 +0000 Received: from localhost ([127.0.0.1]:42552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWGoG-0007Hq-U0 for submit@debbugs.gnu.org; Sun, 26 Feb 2023 08:11:25 -0500 Received: from tobias.gr ([80.241.217.52]:38302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWGoD-0007Hg-9N for 61797-close@debbugs.gnu.org; Sun, 26 Feb 2023 08:11:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=o9b/f8YvIz6tQ kUqg2KY1P+0jRjG/PDSKiMpl/Qjx/o=; h=date:subject:to:from; d=tobias.gr; b=UEgiT/C25z7LhX0s/VMNWKVXXJopnujOvKjiHHByF28SMhfD4kL4enQinrW8tjlDtm4N 6Myb8xzDaGIqetyzJHi7ag+YL3TuVNguLy6eh3ZyrqJFLH3N6tzBr9zG41M9lFE/QHIBE5 4IFNWUiS5YGcgzH3cev6jzF1akZlFBInac+ApbBC8uccP8QlvxoDk/ibV2hWRrSzOT08e6 fkkXAoBm3VJLCZK54yLu2Xap9zPR94JnLCh33BI/xVHjpDQgO1S48SVl7FwrB2GkGS6XmG ajIYYehuoRhZY3gQ32RiyNWQY4uK0LJo9vCAJ5neLrK77DdRiVbTjL+8aT5sTRsg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 05aaf306 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <61797-close@debbugs.gnu.org>; Sun, 26 Feb 2023 13:11:16 +0000 (UTC) From: Tobias Geerinckx-Rice To: 61797-close@debbugs.gnu.org Subject: [PATCH] teams: Don't generate multiple X-Debbugs-Cc: headers. Date: Sun, 26 Feb 2023 14:10:07 +0100 BIMI-Selector: v=BIMI1; s=default; Message-ID: <87sfeswow5.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 61797-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Wait. As apteryx notes in bug #58813, using this to =E2=80=98guix send-mail =E2= =80=A6=20 $(etc/teams.scm cc TEAM)=E2=80=99 is never going to work. If that's the proposed use case, this is not worth fixing. Closing. T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY/ta+w0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW158hYBALpCkNi+jankQra62z0v8vgEK99OHTxxrXaJMyqW DxRSAQDsfTinhwfubFu68wBNPAo6wsWskXOYWsICQoSC+5X8AQ== =8NoL -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 15 08:34:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 27 Mar 2023 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator