From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2KpwNCSF9F/UfgAA0tVLHw (envelope-from ) for ; Tue, 05 Jan 2021 15:26:28 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id cJVCMCSF9F9xeQAAB5/wlQ (envelope-from ) for ; Tue, 05 Jan 2021 15:26:28 +0000 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 ADCD694043A for ; Tue, 5 Jan 2021 15:26:28 +0000 (UTC) Received: from localhost ([::1]:54368 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kwoE7-0002RR-FC for larch@yhetil.org; Tue, 05 Jan 2021 10:26:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35888) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwezu-00010V-Ph for guix-devel@gnu.org; Tue, 05 Jan 2021 00:35:10 -0500 Received: from mail-40136.protonmail.ch ([185.70.40.136]:35493) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwezq-0000tC-QK for guix-devel@gnu.org; Tue, 05 Jan 2021 00:35:10 -0500 Date: Tue, 05 Jan 2021 05:35:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1609824903; bh=iHNpK38xXw+fy7pKJkS0Pt3vZH5Hfr8dR1Z6UvC8las=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=Zs1UbtzsSMljeltM2e+3OvJtzxyvhbf9cRBom1xp/XqCYWr5p+tNqosybzhuIbEw0 16I3AYbxewC11F0bg2NzlApZ+Xhn0pG7EKtxEwpWeF2m145WpYCaBAD0UamAoPfI7b I8fdVafM2h1kXbc4fjkrb1rOP6OqF3wL3yUKQCFg= To: Kyle Meyer Subject: Re: Mailman From header rewrite (was: [bug#45644] closed (Re: [bug#45644] [PATCH] gnu: esbuild: Update to 0.8.29.)) Message-ID: In-Reply-To: <87pn2kyo2c.fsf@kyleam.com> References: <20210104014732.19791-1-rprior@protonmail.com> <87pn2kyo2c.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.136; envelope-from=rprior@protonmail.com; helo=mail-40136.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 05 Jan 2021 10:26:18 -0500 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "guix-devel@gnu.org" Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" Reply-to: Ryan Prior , Ryan Prior From: Ryan Prior via "Development of GNU Guix and the GNU System distribution." X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: ADCD694043A X-Spam-Score: -4.00 X-Migadu-Scanner: scn0.migadu.com X-TUID: E155UF4CIbUQ On Tuesday, January 5th, 2021 at 5:01 AM, Kyle Meyer wrot= e: > add the appropriate "From:" header to the body of each patch. `git am` wi= ll take the in-body header over the actual header. Thank you Kyle! I will give that a try.