Re: Adding Reply-To: to Lists configuration ... - Mailing list pgsql-general

From jseymour@linxnet.com (Jim Seymour)
Subject Re: Adding Reply-To: to Lists configuration ...
Date
Msg-id 20041202224420.8E6494313@jimsun.linxnet.com
Whole thread Raw
In response to Re: [HACKERS] Adding Reply-To: to Lists configuration ...  (Chris Green <chris@areti.co.uk>)
List pgsql-general
Chris Green <chris@areti.co.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.*pgsql-.*@postgresql\.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

pgsql-general by date:

Previous
From: Jamie Deppeler
Date:
Subject: Rules
Next
From: Terry Lee Tucker
Date:
Subject: Re: Rules