From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id SPnuGpV2rGR9JQAASxT56A (envelope-from ) for ; Mon, 10 Jul 2023 23:22:29 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id KOUOG5V2rGRKYQEAauVa8A (envelope-from ) for ; Mon, 10 Jul 2023 23:22:29 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 249104DE62 for ; Mon, 10 Jul 2023 23:22:29 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ekzsvm7P; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1689024149; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=cVODEhX+Va5u//osw3DL6PBz5kU49qD8KLXVNqqyny0=; b=kADKqjtAkxZdibT0DxGqDQUygId4WHXeoxc1GslVSwClaiCN3AEQXZ/OYZJ3+BX16HMkez YhWV7TowMEQAlHXMuk7guHDLdIW9D520am0Nxr/ayFHwHptgAgKuiXBD/W+3IrH4Tl7egY yAv7ZVoIOQsmpaEkJ+r1ILEjYo/Ng5zzyfbM036MEz249oLqCcXg8201K9wFW1pLI2tP6I xItxsYmMtgFiN4396YQNCdlsPpyO0Enb5IPp+UxE5Xb6IJ1AaP4qUdlEy5Jq18V0/WH9Oi qP4EzUXI6tgM6CEwnVC1ooYjhzyRoi14geg5kLX5dJ+VirEFiZb0ueYAjsAPeA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ekzsvm7P; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1689024149; a=rsa-sha256; cv=none; b=Z6c3uxaFWuLX139k6Yrk+CjJNsthO35AmAkhVcQItYnXRMhQBf0dbcCg++3dlmSwc+e0z8 Rt58EligtuUDVLD8Ag+KUYDcKnSRA6O9VgqSZr1PT2Sh0zOOzMvZHaYlDxQEMn4KhyMgI2 TeXq/sQtg5Ovc20Ja6fQKZ/78AXIdlUod7tZkuZCTts8vYooyoBEEe3gNOrd6TV0RhU8le WYpeG74ch4wDaV7khYV0K0EzUGx0wG9KMjsNkmVJ8aswyUWX25kLfhPloxbVwPeyTkBAXO dHAol7zRkrSavTKKRmDaL3VAaqPxR721Ho+y+xQyJ8TOjsmHRBvz/WNnQy1hpg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qIyKZ-0006iF-Cw; Mon, 10 Jul 2023 17:22:03 -0400 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 1qIyKY-0006i6-H9 for guix-patches@gnu.org; Mon, 10 Jul 2023 17:22:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qIyKY-0000Zk-9C for guix-patches@gnu.org; Mon, 10 Jul 2023 17:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qIyKY-0006xf-5A for guix-patches@gnu.org; Mon, 10 Jul 2023 17:22:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64151] [PATCH] etc: Stop making sendemail behave strangely. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 10 Jul 2023 21:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64151 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: 64151@debbugs.gnu.org, Christopher Baines , Liliana Marie Prikler Received: via spool by 64151-submit@debbugs.gnu.org id=B64151.168902409826729 (code B ref 64151); Mon, 10 Jul 2023 21:22:02 +0000 Received: (at 64151) by debbugs.gnu.org; 10 Jul 2023 21:21:38 +0000 Received: from localhost ([127.0.0.1]:49272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIyKA-0006x3-0o for submit@debbugs.gnu.org; Mon, 10 Jul 2023 17:21:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIyK8-0006wo-6l for 64151@debbugs.gnu.org; Mon, 10 Jul 2023 17:21:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qIyK2-0000Vb-Ra; Mon, 10 Jul 2023 17:21:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=cVODEhX+Va5u//osw3DL6PBz5kU49qD8KLXVNqqyny0=; b=ekzsvm7P090P7gUxv4IZ hijGKavkOMNEopbSvRunDDX+PxjZI2t6nFjKQZKWDisNHUH5nB4eHMDXbZFt/4XCf8N6ug1xtov7D Pj2q9srGkNE1tfq40qm/idq9AG/vgbrFmntqb/fMiVJ6CIEcrdrecT/o8w6TRJ/pu9f4IJ2NxGxnn EvfcaqecPj0AY2N+Y3MWC3Gz45weA75OF9hQPrPEDU7MxQCVb75cC6ye8MZ6Wk9ZL5G1khKuJ/erD 4Gf4D/Hd/WSBQ5R+UOrDKm/6xNYLR2Yn4jVeMvhry+rL4yKKJLJKweEoo4JJC/zwlXtWSlbxOdnep ik2z4WLwbGuVUA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qIyJu-0004pO-UJ; Mon, 10 Jul 2023 17:21:30 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87leg7xner.fsf@gnu.org> <87zg4m1e9z.fsf@gmail.com> <0b7fa4b3ac2f957d633348ac6866027e3f98ec4a.camel@gmail.com> <87ilb1qqud.fsf_-_@gnu.org> <87ilaxyr96.fsf@gmail.com> <1ed59ed5581822e179f843ff118957c787fcfe7e.camel@gmail.com> <878rboxujs.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Duodi 22 Messidor an 231 de la =?UTF-8?Q?R=C3=A9volution, ?= jour du Cumin X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 10 Jul 2023 23:21:20 +0200 In-Reply-To: <878rboxujs.fsf@gmail.com> (Maxim Cournoyer's message of "Mon, 10 Jul 2023 00:24:55 -0400") Message-ID: <871qhf8nu7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 249104DE62 X-Migadu-Spam-Score: -4.19 X-Migadu-Scanner: mx2.migadu.com X-Spam-Score: -4.19 X-TUID: 2cACfvhBu3wZ Hello! It just occurred to me that we might have a reasonable tradeoff at hand: instead of adding Cc: or X-Debbugs-Cc: headers, we could add, say, X-Guix-Team: headers. That way, team members would be free to filter incoming messages however they want. How does that sound? Of course if team members don=E2=80=99t pay attention to that header, we=E2= =80=99re back to square one, but hopefully that won=E2=80=99t be the case. Ludo=E2=80=99.