Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id F01882E0056 for ; Mon, 3 Mar 2008 11:31:36 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 75523-03 for ; Mon, 3 Mar 2008 11:31:21 -0400 (AST) 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 B54582E009C for ; Mon, 3 Mar 2008 11:31:21 -0400 (AST) Received: by svr2.hagander.net (Postfix, from userid 1000) id 727F1DCCE1E; Mon, 3 Mar 2008 16:31:19 +0100 (CET) Date: Mon, 3 Mar 2008 16:31:19 +0100 From: Magnus Hagander To: Alvaro Herrera Cc: Tom Lane , Greg Sabino Mullane , pgsql-www@postgresql.org Subject: Re: An actually *useful* mail-list message footer Message-ID: <20080303153119.GE12096@svr2.hagander.net> References: <20353.1204474850@sss.pgh.pa.us> <20080303144202.GB7360@alvh.no-ip.org> <20080303152248.GC12096@svr2.hagander.net> <20080303152720.GC7360@alvh.no-ip.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080303152720.GC7360@alvh.no-ip.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/27 X-Sequence-Number: 14146 On Mon, Mar 03, 2008 at 12:27:20PM -0300, Alvaro Herrera wrote: > Magnus Hagander wrote: > > > > http://mail.postgresql.org/mj/mj_wwwusr/?func=lists-long-full&extra=pgsql-www > > > > At the risk of giving myself more work ;-), perhaps we should refer to some > > place on our main website that just does a redirect? That'll at least look > > prettier for the user. Something like > > http://wwwmaster.postgresql.org/unsub?pgsql-www or like that? Hmm. Maybe > > it's not all that much nicer looking... > > Well, if you can make it so that > > http://wwwmaster.postgresql.org/unsubscribe/pgsql-www > > redirects to the URL above, it does seem a lot better. > > Perhaps rather than "unsubscribe" we should use something like > "list-settings" etc, because the page does some more stuff than just > unsub. That should be doable with a .htaccess rule for mod_rewrite, so it's then trivial. But even if you can't do it with mod_rewrite, we could do it with some custom PHP, with a bit more work. So - absolutely doable, once we decide where we want it to go. //Magnus