Received: from localhost (unknown [200.46.204.184]) by developer.postgresql.org (Postfix) with ESMTP id 8EC502E0068 for ; Wed, 7 May 2008 18:26:50 -0300 (ADT) Received: from developer.postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 34162-03 for ; Wed, 7 May 2008 18:26:36 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by developer.postgresql.org (Postfix) with ESMTP id 853682E0057 for ; Wed, 7 May 2008 18:26:41 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id D2A2DDCCCA6; Wed, 7 May 2008 23:26:38 +0200 (CEST) Received: from mha-laptop.hagander.net (localhost [127.0.0.1]) by mha-laptop.hagander.net (Postfix) with ESMTP id 16489FF0B0; Wed, 7 May 2008 23:26:38 +0200 (CEST) Date: Wed, 7 May 2008 23:26:37 +0200 From: Magnus Hagander To: Gregory Stark Cc: "Alex Hunsaker" , "Bruce Momjian" , "David Fetter" , "Tom Lane" , "Matthew T. O'connor" , "Brendan Jurd" , "PostgreSQL-development" Subject: Re: Posting to hackers and patches lists Message-ID: <20080507232637.3b16a18b@mha-laptop.hagander.net> In-Reply-To: <87zlr1akif.fsf@oxford.xeocode.com> References: <20080507195254.GD15867@fetter.org> <200805072013.m47KDjd05152@momjian.us> <34d269d40805071319v2fe70e6eifaf3f8b3206fab2c@mail.gmail.com> <87zlr1akif.fsf@oxford.xeocode.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200805/196 X-Sequence-Number: 118195 Gregory Stark wrote: > "Alex Hunsaker" writes: > > > Sure but if patch submitters are also sticking them in the wiki > > maybe this is a non issue? We could also adopt the seemingly > > standard [PATCH] subject tag so you can filter easily for > > patches... > > Hm, I wonder how hard it would be to make a perl script which > automatically uploads any attachments sent to -hackers to the wiki. Not all that hard, but I'm also pretty sure that's not something we want. To make it any kind of useful we'd need something with a lot more intelligence than just picking up all attachments. //Magnus