[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sternlight on C'punks
Perry E. Metzger wrote:
>
> "Peter D. Junger" writes:
> > How does one set up a kill-file for a mailing list? I run a Linux box
> > with sendmail and use the MH mail system.
> >
> > My best guess is that I will have to install procmail, but would like
> > your advice before going to a lot of labor.
>
> You can use procmail. If you use MH, you can also use a combination of
> "pick" and "rmm" to nuke a specified list of users before going
> through your mail.
>
Here's the procmailrc recipe that I use for cypherpunks:
:0
* ^(Sender|From): [email protected]
{
:0
* ? fgrep -q -i -f $HOME/.procmail/killfile.cpunks
/dev/null
:0:
$CRYPTO
}
All you have to do add a new entry to your killfile is to add a new
line to te file ~/.procmail/killfile.cpunks which is real easy.
- Igor.