Re: Adding Reply-To: <listname> to Lists configuration ...

From: jseymour(at)linxnet(dot)com (Jim Seymour)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Adding Reply-To: <listname> to Lists configuration ...
Date: 2004-12-02 22:44:20
Message-ID: 20041202224420.8E6494313@jimsun.linxnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Chris Green <chris(at)areti(dot)co(dot)uk> wrote:
>
> On Thu, Dec 02, 2004 at 01:59:07AM -0500, Greg Stark wrote:
> >
> >
> > (On that note I would dearly love to get rid of the stupid "[GENERAL]"
> > "[HACKERS]" etc tags? ...
[snip]
> >
> I absolutely agree

I hate the damn things with a passion.

> and I've implemented a quick fix using my procmail
> recipes:-
>
> :0 fh
> * ^TOpostgres
> | sed 's/\[GENERAL\]//'
> :0 A:
> postgres

I like this better (for if you're on more than one pgsql list):

:0 fh
* ^TO(dot)*pgsql-(dot)*(at)postgresql\(dot)org
|perl -p -e 's/\[(ADMIN|GENERAL|HACKERS)\] //og'

Plus it has the added advantage of dealing with things like, oh,
say "Subject: Re: [GENERAL] [HACKERS] ..." ;)

>
> I now get to see more of the subject without the distraction of
> [GENERAL] stuck in the middle of it! :-)

Yup :)

Jim

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Terry Lee Tucker 2004-12-02 22:46:09 Re: Rules
Previous Message Jamie Deppeler 2004-12-02 22:34:46 Rules

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-12-02 22:48:02 Re: [BUGS] pg_autovacuum in 8beta-dev3 small bug
Previous Message Bruce Momjian 2004-12-02 22:37:05 Re: Unicode characters above 0x10000 #2