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 0720B3857C73 for ; Wed, 24 Nov 2021 10:09:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0720B3857C73 Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id E4DD430006B1; Wed, 24 Nov 2021 11:09:47 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 96432425A46B; Wed, 24 Nov 2021 11:09:47 +0100 (CET) Message-ID: Subject: Re: getting spammed on bugzilla From: Mark Wielaard To: Joel Brobecker , Overseers mailing list Cc: Carlos O'Donell , Pedro Alves , Simon Marchi Date: Wed, 24 Nov 2021 11:09:47 +0100 In-Reply-To: References: <6bf0f483-ce3a-3c03-f889-15c8b2eef14f@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3.9 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Wed, 24 Nov 2021 10:09:50 -0000 Hi, On Mon, 2021-11-22 at 08:03 +0400, Joel Brobecker wrote: > I think we all agree to change the bugzilla configuration to force > users who want to create an account to talk to someone from the > community first. >=20 > Does anyone know how this would work? Do we redirect people to > a mailing-list, and then those in the mailing-list create accounts > for those new users? Unfortunately I don't know how to set this up. But given gcc apparently has this in place already hopefully we can borrow their setup (and mailing-list?). Both are hosted on sourceware. I'll try poking some gcc developers to see if someone knows how it is setup for them and if we can share resources. Cheers, Mark