Re: Email subject line

Peter Hanecak (hanecak@megaloman.com)
Thu, 16 Sep 1999 17:17:02 +0200 (CEST)


On Thu, 16 Sep 1999 afei@jhu.edu wrote:

> Hi, Guys:
>
> I am a new comer to this email list and presumably I should shut up for
> a while. But this is really a traffic email-list and I got about 100
> emails everyday, which stuffed my mailbox and made it very hard for me
> to read other kinds of emails--emails from friends, department activities,
> etc.
>
> I have a little suggestion as to the email subject line being sent out
> by the email list server program. Can we add something like [LK] in front
> of every email subject line? LK stands for Linux Kernel. I was in several
> other email list before which has high traffic too. They did something
> like this and it was very neat.
>
> This amount of traffic almost scared the hell out of me and it
> surely stoped some people from joining us. So hope my suggestions can be
> adopted.

use filtering based on "To:" and "Cc:" header.

i'm using procmail and here are my rules:

:0:
* ^To.*linux-kernel@vger.rutgers.edu
mail/_kernel

:0:
* ^Cc.*linux-kernel@vger.rutgers.edu
mail/_kernel

just add thast to your .procmail (assuming your mail directory is ~/mail).
i'm using pine on linux box.

if you have for example netscape mesanger (or how they call it) there (in
preferences) is "Mail Filter" where you can sort e-mail based on rules
like "where it comes from", "what's in the subject", "who it fos sent to",
...

just take a look at options of your mail client.

dincerely

hany

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/