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 ([EMAIL PROTECTED])

    "Never ascribe to malice, that which can be explained by incompetence."

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to