From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 34B75388F051 for ; Mon, 11 May 2020 15:44:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 34B75388F051 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D9AE6117953; Mon, 11 May 2020 11:44:21 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0fr8aIKYWJiy; Mon, 11 May 2020 11:44:21 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A666B117551; Mon, 11 May 2020 11:44:21 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id AFA9F820BD; Mon, 11 May 2020 08:44:19 -0700 (PDT) Date: Mon, 11 May 2020 08:44:19 -0700 From: Joel Brobecker To: Simon Marchi Cc: "gdb-patches@sourceware.org" Subject: Re: Form to subscribe to gdb mailing lists Message-ID: <20200511154419.GG4174@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP 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: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2020 15:44:29 -0000 Hi Simon, > It has been reported [1] that the form on the following page to subscribe to mailing lists is broken, > probably due to the recent infrastructure changes: > > https://www.gnu.org/software/gdb/mailing-lists/ > > I propose that: > > 1. We remove this form > 2. We change the mailing list links to point to the "listinfo" links, where people can register > > For example, that means changing the "gdb" link from > > https://sourceware.org/pipermail/gdb/ > > to > > https://sourceware.org/mailman/listinfo/gdb > > The first link leads to the archives, but the listinfo page has a link > to the archives, so it's not lost. Sounds good to me. Would you like me to take care of making the changes? -- Joel