[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] procmail reject
- Subject: [ale] procmail reject
- From: jimpop at yahoo.com (Jim Popovitch)
- Date: Sun, 15 Oct 2006 18:46:15 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
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.