i personally use procmail to filter on the "List-Id:  Gentoo Linux mail <gentoo-user.gentoo.org>" filter int he header to another mailbox, then i use evolution at my mail client (or out look or whatever since my mail is filtered server side, it makes it really easy to use any of my machines to access my e-mail with any client that supports imap), here is my procmailrc, if you use procmail as your mta you might find this useful, e-mail me off list if yah have any questions, tho i believe this is fairly strait forward...
[start procmailrc]

LINEBUF=4096
VERBOSE=off
MAILDIR=$HOME/mail
PATH=/bin:/usr/bin:/usr/local/bin:$HOME/bin
PMDIR=$HOME/.procmail
LOGFILE=$PMDIR/log

:0e
{
        EXITCODE=$?
}

:0:
* ^X-Spam-Status: Yes
spam

:0:
* ^List-Id:.*<gentoo-user.gentoo.org>
Gentoo\ User

:0:
* ^List-Id:.*<gentoo-dev.gentoo.org>
Gentoo\ Developer

:0:
* ^List-Id:.*<gentoo-announce.gentoo.org>
Gentoo\ Announce

:0:
* ^List-Id:.*<gentoo-security.gentoo.org>
Gentoo\ Security

:0:
* ^List-Id: .*<.*valvesoftware.com>
Valve

:0:
* ^List-Id: .*<.*playstation2-linux.com>
Playstation2

:0:
* ^(To|From):[EMAIL PROTECTED]
Road\ Runner

:0:
* ^(To|From):[EMAIL PROTECTED]
BitchX

:0:
* ^(To|From):[EMAIL PROTECTED]
Necrophile
[end procmailrc]

--------------
"You are old," said the youth, "and your jaws are too weak For anything tougher than suet; Yet you finished the goose, with the bones and the beak -- Pray, how did you manage to do it?" "In my youth," said his father, "I took to the law, And argued each case with my wife; And the muscular strength which it gave to my jaw, Has lasted the rest of my life." -- Lewis Carroll
--------------
Nicholas Hockey ([EMAIL PROTECTED])

Reply via email to