From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 915B3388F049 for ; Mon, 11 May 2020 16:10:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 915B3388F049 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 04BGAhif020759 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 11 May 2020 12:10:48 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 04BGAhif020759 Received: from [10.0.0.193] (unknown [192.222.164.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 7B93F1ED3D; Mon, 11 May 2020 12:10:43 -0400 (EDT) Subject: Re: Form to subscribe to gdb mailing lists To: Joel Brobecker Cc: "gdb-patches@sourceware.org" References: <20200511154419.GG4174@adacore.com> From: Simon Marchi Message-ID: <1efb693a-9bcd-b5d7-231f-ba9660721a43@polymtl.ca> Date: Mon, 11 May 2020 12:10:43 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200511154419.GG4174@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Mon, 11 May 2020 16:10:43 +0000 X-Spam-Status: No, score=-8.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, 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 16:11:01 -0000 On 2020-05-11 11:44 a.m., Joel Brobecker wrote: > 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? Ultimately, I think you are the one managing the website? I don't mind doing the work and sending you a patch if you point me to the right place. Simon