Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41599 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16730 invoked from network); 31 Oct 2008 19:59:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Oct 2008 19:59:29 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:41650] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/89-00587-E936B094 for ; Fri, 31 Oct 2008 14:59:28 -0500 Received: from trainburn-lm.corp.yahoo.com (trainburn-lm.corp.yahoo.com [207.126.233.11]) (authenticated bits=0) by mail.lerdorf.com (8.14.3/8.14.3/Debian-5) with ESMTP id m9VJxNrq003539 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 31 Oct 2008 12:59:23 -0700 Message-ID: <490B639A.8050905@lerdorf.com> Date: Fri, 31 Oct 2008 12:59:22 -0700 User-Agent: Thunderbird/3.0a2pre (Macintosh; 2008071516) MIME-Version: 1.0 To: Hannes Magnusson CC: Lukas Kahwe Smith , PHP Development References: <2077BA98-A58A-4EBD-8088-413654E878BC@pooteeweet.org> <490B5CC5.8040808@lerdorf.com> <7f3ed2c30810311252x7c4f1cb9ydd41a273f4089311@mail.gmail.com> In-Reply-To: <7f3ed2c30810311252x7c4f1cb9ydd41a273f4089311@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.lerdorf.com [204.11.219.139]); Fri, 31 Oct 2008 12:59:23 -0700 (PDT) Subject: Re: [PHP-DEV] keeping traffic on this list manageable From: rasmus@lerdorf.com (Rasmus Lerdorf) Hannes Magnusson wrote: > Behavioural change is desperately needed, and I think developers > should lead by example. > One way to to that is to add a new internal-core@ mailinglist which is > read-only to the world, and writeable by people with appropriate > karma. > > That list would be dedicated for _development_ discussion (including > implementation, patches, "edge-case voting" and such things) and would > include posts like are going on between greg, stas and dmitry, and > posts which are going on between release managers and individual > developers. This way we keep _everything_ in the open and maintain a > "high quality" on-topic discussions. > > "external" patches and "general" discussions would still be on the > internals@ list, as it would be the main discussion list. However, > those who simply do not have the time to read over the entire thing > have a specific low-traffic list which they can easily follow. This is the same as just making internals@ read-only. Once we have an internals-core, many core people will just unsubscribe from the internals list. I know I probably would. And once the core developers no longer read it, it becomes php-general2 and it ends up excluding people from the development process. -Rasmus