Re: [HACKERS] cross-posts (was Re: Large databases,

Michael Paesold <mpaesold@gmx.at>

From: "Michael Paesold" <mpaesold@gmx.at>
To: "Larry Rosenman" <ler@lerctr.org>, "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Curt Sampson" <cjs@cynic.net>, "pgsql-general" <pgsql-general@postgresql.org>, <pgsql-hackers@postgresql.org>
Date: 2002-10-07T12:01:25Z
Lists: pgsql-hackers, pgsql-performance
> On Sun, 2002-10-06 at 22:20, Tom Lane wrote:
> > Curt Sampson <cjs@cynic.net> writes:
> > > ... Avoiding cross-posting would be nice, since I am getting lots of
> > > duplicate messages these days.
> >
> > Cross-posting is a fact of life, and in fact encouraged, on the pg
> > lists.  I suggest adapting.  Try sending
> > set all unique your-email-address
> > to the PG majordomo server; this sets you up to get only one copy
> > of each cross-posted message.
> That doesn't seem to work any more:
>
> >>>> set all unique ler@lerctr.org
> **** The "all" mailing list is not supported at
> **** PostgreSQL User Support Lists.
>
> What do I need to send now?
>
> Marc?

it is:
set ALL unique your-email

if you also don't want to get emails that have already been cc'd to you, you
can use:

set ALL eliminatecc your-email

for a full list of set options send:

help set

to majordomo.

Regards,
Michael Paesold