From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id WLmQMM6WomSy6AAASxT56A (envelope-from ) for ; Mon, 03 Jul 2023 11:37:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 4MurL86WomTGawAAG6o9tA (envelope-from ) for ; Mon, 03 Jul 2023 11:37:18 +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 8D4DD9686 for ; Mon, 3 Jul 2023 11:37:18 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=eugVERnv; 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=1688377038; a=rsa-sha256; cv=none; b=mAIA909EgnOn8iw/dKbQ6AiUZ9tE9XRrcZwd+pbwy5YpcVQtat6/QXEfUwfbZmwHZz6Ftd qFMCF5d8rmX3eMq2wWug7cDebAu9avh3WyTGlAGXVVjN1TINwNVRrq0B+yJVFgRXA+sSon hdqIzj8Hg5LiB1kE0VWjg1VZmfMaMKFNCb9FZdP6MufKj/BjssABuM69QryclfrZUeWueF t1VQnABRa+WGliuNU1f7ul+FM8WNxtkBN1/+khkgsOULDTdpulDdjqAXfXNLi96cfbliTO B90Rb1Giq1zK8ovjAmBxWTiRaDFSqc7IxH7NdoID5CUBv0CXE/OVGGWRfc7C7w== 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=eugVERnv; 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=1688377038; 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=biH4Fe9VXoDquWGuC0itZd60nT9fAbgWjlDeQRmqvgs=; b=EvA8LF4VpB+9KbGGWJo9er0Ubvy+7jvPz5aDai3765lsZXD0yGHXZhDwnkeerD+v25Cuzo SN5MFS2Ej/q6DcO708Os44TNogGj1tvZZf7w+2ivCaBEYjZZTUczJG53se7lhjdhtyID9J ftoV/xBaxyPy2HLgg7tEL1YRgE85zjs2kDVzUW2pWn/+RRiE1K0bWYYXz5GZbjcEnyZYq1 1JFuLk9iUNrfw1/EEJYdYTbxpCeu5jszrP0wJQFIGsqFo1Ny5sfdQntIIxuh1R7ZfJE4P9 ySgdOOMlwt4ZqoIs5DOMrfUHC4jz+rwJJ4DiWUu0EF69lmTFfm53jbun9U6ujQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qGFzW-00025m-1o; Mon, 03 Jul 2023 05:37:06 -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 1qGFzS-00023B-Ja for guix-patches@gnu.org; Mon, 03 Jul 2023 05:37:03 -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 1qGFzS-0008W2-9v for guix-patches@gnu.org; Mon, 03 Jul 2023 05:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qGFzS-0000ec-5K for guix-patches@gnu.org; Mon, 03 Jul 2023 05:37: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, 03 Jul 2023 09:37: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: Liliana Marie Prikler Cc: 64151@debbugs.gnu.org, Christopher Baines , Maxim Cournoyer Received: via spool by 64151-submit@debbugs.gnu.org id=B64151.16883770052489 (code B ref 64151); Mon, 03 Jul 2023 09:37:02 +0000 Received: (at 64151) by debbugs.gnu.org; 3 Jul 2023 09:36:45 +0000 Received: from localhost ([127.0.0.1]:33175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qGFzB-0000e5-4p for submit@debbugs.gnu.org; Mon, 03 Jul 2023 05:36:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qGFz9-0000do-9H for 64151@debbugs.gnu.org; Mon, 03 Jul 2023 05:36:43 -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 1qGFz2-0008Rp-Ky; Mon, 03 Jul 2023 05:36:36 -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=biH4Fe9VXoDquWGuC0itZd60nT9fAbgWjlDeQRmqvgs=; b=eugVERnvCHk4y6i6p4sE qRWTwELtre6flRV6xYgWm5mNpiFlzIUtHDGYb7NBsvK6/vlHCE2k+iydwTqDPBEA01fJFzGKxwVbZ YfcpP4vRxLN+L7iPR4ps7tqbeQt03MY1M5L8T8wR9+aX/04mqhdlMoxkLjXZBrkJtXx6WeAyNGRPl INCuPSXPT4c52xMtdGnPuAnLt5PCOt9LZQOGzS4Yhfy8a8Wg5SOJGQtWoTMrFbq4GQ+vwSLOeuovl HHT+/dWW33MgzMIigZyofmSBBlXYETjPkqG1xY9lfjMKpYue+K2VLYeXIefLGc4x3IWeThAfE5zp7 yQ01AOhtZaN52g==; Received: from [89.207.171.77] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qGFz0-0008T5-Bt; Mon, 03 Jul 2023 05:36:36 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87leg7xner.fsf@gnu.org> <87zg4m1e9z.fsf@gmail.com> <0b7fa4b3ac2f957d633348ac6866027e3f98ec4a.camel@gmail.com> Date: Mon, 03 Jul 2023 11:36:26 +0200 In-Reply-To: <0b7fa4b3ac2f957d633348ac6866027e3f98ec4a.camel@gmail.com> (Liliana Marie Prikler's message of "Tue, 27 Jun 2023 21:26:16 +0200") Message-ID: <87ilb1qqud.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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -2.66 X-Migadu-Queue-Id: 8D4DD9686 X-Spam-Score: -2.66 X-TUID: RW4pNO0ITZnX Hi, Liliana Marie Prikler skribis: > Even with such a hypothetical --exclude-whomever switch added, I'd > argue that it is wrong to magically install this configuration without > any user interaction. Maybe that=E2=80=99s the main grief: that the new config was suddenly insta= lled without fellow hackers realizing it (I, for one, wondered initially what magic made =E2=80=98git send-email=E2=80=99 Cc: all my friends :-)). Perhaps one way out is to suggest it in the manual without installing it automatically? WDYT, Maxim? (Independently of that, we=E2=80=99ll have to discuss patch review again. = We believed one problem was that potential reviewers wouldn=E2=80=99t notice patches in their area. That=E2=80=99s arguably no longer the case, yet this hasn=E2=80=99t had any noticeable effect in terms of review activity. How should we approach that?) Thanks, Ludo=E2=80=99.