From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 10A3C3858D37 for ; Tue, 1 Nov 2022 23:15:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 10A3C3858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 0951E3061FA4; Wed, 2 Nov 2022 00:14:59 +0100 (CET) Received: by reform (Postfix, from userid 1000) id C38ED2E833F6; Wed, 2 Nov 2022 00:14:58 +0100 (CET) Date: Wed, 2 Nov 2022 00:14:58 +0100 From: Mark Wielaard To: Christoph Hellwig Cc: Florian Weimer , libc-alpha@sourceware.org Subject: Re: git am mailing list compatibility Message-ID: References: <87bkq5be81.fsf@oldenburg.str.redhat.com> <20221021151624.GA30961@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221021151624.GA30961@lst.de> X-Spam-Status: No, score=-3033.0 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, On Fri, Oct 21, 2022 at 05:16:24PM +0200, Christoph Hellwig wrote: > On Fri, Oct 21, 2022 at 01:36:30PM +0200, Florian Weimer via Libc-alpha wrote: > > FYI, I've requested “git am” compatibility here: > > > > Please make libc-alpha mailing list compatible with “git am” > > > > FYI, you do not actually need the rewriting for high DMARC reputation. > Take a look at this document that explains the issues very well: > > https://people.kernel.org/monsieuricon/subspace-mailing-list-server Thanks, that indeed had some useful background. The FSF tech-team also had some good suggestions on how to set this up. test-list@sourceware.org should work correctly now without From rewriting and keeping the DKIM signatures correct. If some people with strict DMARC policies could subscribe and/or sent a message to test-list@sourceware.org then we can see if things do indeed work correctly before we switch this list to the same setup. https://sourceware.org/mailman/listinfo/test-list Thanks, Mark