Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8499 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42316 invoked by uid 1010); 12 Mar 2004 16:56:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42280 invoked from network); 12 Mar 2004 16:56:21 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 12 Mar 2004 16:56:21 -0000 Received: from rasmus2.corp.yahoo.com (rasmus2.corp.yahoo.com [207.126.233.18]) by colo.lerdorf.com (8.12.11/8.12.11/Debian-3) with ESMTP id i2CGuKcx029732; Fri, 12 Mar 2004 08:56:20 -0800 Date: Fri, 12 Mar 2004 08:56:15 -0800 (PST) X-X-Sender: rasmus@thinkpad.lerdorf.com To: Georg Richter cc: Wez Furlong , internals@lists.php.net In-Reply-To: <200403121748.42001.georg@php.net> Message-ID: References: <00b501c4076a$e19e6b00$8a02a8c0@tron> <200403121748.42001.georg@php.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on colo Subject: Re: [PHP-DEV] cvs account requests From: rasmus@php.net (Rasmus Lerdorf) On Fri, 12 Mar 2004, Georg Richter wrote: > > as a simple optimization, can we disallow requests with a single-word > > reason from ever reaching the account request system? > > > > Shouldn't we generally first give an cvs account after the person which > requested this account sent a patch (patch != typo fix). > > According to Nuno Lopez's statistics (Zero commits: http://testes.aborla.net/ > zero.html) we have a lot of accounts which never submitted a line of code > (but according to google use a php.net mail address). It's not quite that simple. Just off the top I recognize a number of those accounts on that zero.html list as being folks who manage the user notes, for example. They would never have committed anything to CVS and in fact they for the most part don't have karma to commit anything, but for the sake of not having multiple user account systems we use the CVS user list to authenticate folks for notes management, bugs management, etc. About a year and a half ago I went through the CVS history and identified about 400 accounts as far as I remember that hadn't committed anything and had their account more than 2 years. I poked all of these people at their listed email addresses and ended up deleting about 200 accounts. It might be time to do another run -Rasmus