Received: from localhost (maia-4.hub.org [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 18F4A9FAC76 for ; Sat, 3 Feb 2007 09:19:07 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-new, port 10024) with ESMTP id 91962-01 for ; Sat, 3 Feb 2007 09:19:04 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 6FDC99FA176 for ; Sat, 3 Feb 2007 09:19:04 -0400 (AST) Received: from [192.168.199.197] (c213-100-160-41.swipnet.se [213.100.160.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by svr2.hagander.net (Postfix) with ESMTP id 208FBDCC1BE; Sat, 3 Feb 2007 14:19:03 +0100 (CET) Message-ID: <45C48BC8.6090705@hagander.net> Date: Sat, 03 Feb 2007 14:19:04 +0100 From: Magnus Hagander User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Herouth Maoz CC: PostgreSQL www Subject: Re: Wrong digest instructions References: <45BF1214.3040706@tippcom.co.il> In-Reply-To: <45BF1214.3040706@tippcom.co.il> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=windows-1255 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200702/13 X-Sequence-Number: 11418 Herouth Maoz wrote: > In http://archives.postgresql.org/pgsql-general/, there is a paragraph > explaining how to subscribe to pgsql-general in digest mode. The > paragraph says: > > If you hate getting many mail messages per day then you should consider > a digest (where you receive multiple messages to the list as one message > to you). To subscribe or unsubscribe from the digested list, send mail > to majordomo@postgresql.org . The body > of the message should contain the single line "subscribe-digest > pgsql-general" or "unsubscribe-digest pgsql-general" > > These instructions are wrong. I tried that and got an error from > majordomo. Looking at the majordomo help, the proper subscription > command is: > > subscribe-set pgsql-general digest > > Unsubscribe shouldn't be different from plain format unsubscribe. > > Please change the page to reflect this. Thanks for reporting, this information is indeed incorrect. Looking around, it's equally incorrect for all our lists. Does anybody know where those pages are generated from? I can see the page is autogenerated, so just changing the page will go away when it regens, but where is the source? Speaking of which, I think it'd be a good idea if someone who knows which parts of the archives stuff are code and which are generated could add the usable parts to the pgweb cvs, so we can track changes here. Dave, I think that means you? ;-) //Magnus