[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] procmail reject



On Sun, 2006-10-15 at 14:42 -0400, David Corbin wrote:
> anyone know how to have procmail simply reject certain mails?

procmail can't _reject_ because the email has already been accepted by
the MTA.  However, procmail can _dump_ the emails to /dev/null like
this:

:0
* ^Subject:.*SPAM
/dev/null

:0:
* ^From.*@blah.com
/dev/null


hth,

-Jim P.