procmail
[Top] [All Lists]

Re: Killing mails ?

1997-12-23 09:51:22
mikk0022(_at_)maroon(_dot_)tc(_dot_)umn(_dot_)edu wrote:

On Mon, 22 Dec 1997 15:23:37 -0500 Vikas Agnihotri wrote
I want to sink mails satisfying certain criteria ...

Basically, just put a list of regular expressions (one per line) in
a file... You could also try

:0 Wh
| egrep -f killfile

Here's how I do it:

:0
* ? formail -zxFrom: -zxReply-To: | grep -F -i -f killfile 
/dev/null

<Prev in Thread] Current Thread [Next in Thread>