Chris Green <[EMAIL PROTECTED]> 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
    * [EMAIL PROTECTED]
    |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

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to