On 06/10/2003 at 07:47, Gregory A. Gilliss wrote: > (except for that post about filtering list subscribers - is that a > procmail filter and can I have a copy?)
I have more or less this rule in my .procmailrc (I got it from a colleague): ---8<--- :0 * ^X-BeenThere: [EMAIL PROTECTED] * ? formail -x"From:" -x"From" -x"Sender:" | egrep -is -f $HOME/mutt/blacklist.fd /dev/null --->8--- Then you can put the addresses you do not want to read in ~/mutt/blacklist.fd (one address per line). BUT, be careful to do not put an empty line in the blacklist file, if so it will "eat" all the messages. -- Kiko _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
