From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by server2.sourceware.org (Postfix) with ESMTPS id 23136393741D; Mon, 9 Mar 2020 12:29:25 +0000 (GMT) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id CD63C33E38; Mon, 9 Mar 2020 08:29:24 -0400 (EDT) Received: from anthias (unknown [77.118.128.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 0A64B33E36; Mon, 9 Mar 2020 08:29:23 -0400 (EDT) Date: Mon, 9 Mar 2020 13:28:17 +0100 (CET) From: Gerald Pfeifer To: overseers@gcc.gnu.org, Florian Weimer cc: Richard Earnshaw , gcc@gcc.gnu.org Subject: Re: List-Id header being stripped In-Reply-To: <87y2s9ahml.fsf@mid.deneb.enyo.de> Message-ID: References: <3f4869fd-d852-a8a6-117f-e767a417ff95@codesourcery.com> <8d833f8d-243f-e8b8-69ed-124ef33b7746@codesourcery.com> <20200309095158.6a5f8c29bcf447e852cdc335@fstab.me> <87h7yxbz2e.fsf@mid.deneb.enyo.de> <83220a84-f9af-ab88-b915-cbc28a88311c@arm.com> <87y2s9ahml.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2020 12:29:25 -0000 On Mon, 9 Mar 2020, Florian Weimer wrote: > So the difference is > > List-Id: > > vs > > List-Id: Gcc mailing list > > I guess now you need to perform a substring match. Or remove the string. Is that doable? (It does not add value, and "Gcc" is wrong spelling anyway.) Gerald