From: | Chris Green <chris(at)areti(dot)co(dot)uk> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: [HACKERS] Adding Reply-To: <listname> to Lists configuration ... |
Date: | 2004-12-02 20:35:58 |
Message-ID: | 20041202203558.GB31193@areti.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
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? Filtering on subject is a dumb way to filter your mail,
> there are perfectly good headers inserted by the list manager that don't get
> confused by cross-posts and personal followups and so on. I have procmail
> rules that remove the tags when they match the list name but postgres's lists'
> tags don't so they slip past.)
>
I absolutely agree and I've implemented a quick fix using my procmail
recipes:-
:0 fh
* ^TOpostgres
| sed 's/\[GENERAL\]//'
:0 A:
postgres
I now get to see more of the subject without the distraction of
[GENERAL] stuck in the middle of it! :-)
--
Chris Green (chris(at)areti(dot)co(dot)uk)
"Never ascribe to malice, that which can be explained by incompetence."
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2004-12-02 20:39:29 | Re: List archives not being updated? |
Previous Message | Marc G. Fournier | 2004-12-02 20:22:51 | Re: List archives not being updated? |
From | Date | Subject | |
---|---|---|---|
Next Message | Mike Mascari | 2004-12-02 21:17:37 | Re: 8.0RC1 tomorrow |
Previous Message | Tom Lane | 2004-12-02 20:22:43 | Re: readline/libedit selection |