[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Help Admin NYC





>Jeremiah
>anyone know how to set up a kill filter with pine?

Use Procmail on unix systems.

put the following line into your $HOME/.forward file : 

	"|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #Userid"

... then put the following into $HOME/.procmailrc :

	#kill *.whatever.com
	:0:
	* ^(From|Cc|To).*whatever.com
	/dev/null


... this should kill all mail from *.whatever.com ... 


So long,
Erik


(Oh, and check out : http://www.acme.com/mail_filtering.html)