Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 242662E00F6; Tue, 4 Mar 2008 11:44:59 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 89848-08; Tue, 4 Mar 2008 11:44:40 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 9320D2E0032; Tue, 4 Mar 2008 11:44:49 -0400 (AST) Received: by svr2.hagander.net (Postfix, from userid 1000) id C15DBDCC4F0; Tue, 4 Mar 2008 16:44:47 +0100 (CET) Date: Tue, 4 Mar 2008 16:44:47 +0100 From: Magnus Hagander To: Alvaro Herrera Cc: Tom Lane , Greg Sabino Mullane , pgsql-www@postgresql.org, "Marc G. Fournier" Subject: Re: An actually *useful* mail-list message footer Message-ID: <20080304154447.GI18403@svr2.hagander.net> References: <20080303144202.GB7360@alvh.no-ip.org> <20080303152248.GC12096@svr2.hagander.net> <20080303152720.GC7360@alvh.no-ip.org> <20080303153119.GE12096@svr2.hagander.net> <23559.1204559504@sss.pgh.pa.us> <20080304141608.GD4755@alvh.no-ip.org> <20080304144646.GE18403@svr2.hagander.net> <20080304151304.GE4755@alvh.no-ip.org> <20080304153521.GG18403@svr2.hagander.net> <20080304154136.GF4755@alvh.no-ip.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080304154136.GF4755@alvh.no-ip.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/41 X-Sequence-Number: 14160 On Tue, Mar 04, 2008 at 12:41:36PM -0300, Alvaro Herrera wrote: > Magnus Hagander wrote: > > > Ok, I have a .htaccess rule that does this. Since we're sending it to a > > preferences page, it seems reasonable to name it mailpref (or so) instead > > of unsub. > > Thanks. > > > So http://www.postgresql.org/mailpref/pgsql-www > > seems reasonable? > > Yeah. > > > You can test it out at > > http://magnus-static.pgadmin.org/mailpref/pgsql-www > > > > (by all means, try out other lists) > > It doesn't seem to work for "change_the_name". All other lists seem to > work. (Yes, that's a valid list. Yes, it's a stupid name.) Yeah, underscore wasn't in the allowed chars in the regexp. And yes, it should've been change-the-name to be consistent with our other lists. Is the list alive at all, or should it be deleted? Either way, I've added underscore, and it works now. Any objections, or shuld I commit? //Magnus