Dax,
You really are looking for condredirect. For example, I have a setup
similar to this:
~martin/.qmail
---------------
| condredirect [EMAIL PROTECTED] [ "$SENDER" = "[EMAIL PROTECTED]" ]
./Maildir/
and then in
~alias/.qmail-devnull
----------------------
# <--as long as there's a hash mark here, nothing will get delivered.
But take a look at condredirect.
This is from the manpage.
DESCRIPTION
condredirect feeds each new mail message to program with the given
arguments. If program exits 0, condredirect
forwards the mail message to newaddress, and then exits 99, so
further commands in .qmail are ignored.
Good luck with it,
-Martin
--
Martin A. Brown --- Wonderfrog Enterprises --- [EMAIL PROTECTED]
On Fri, 17 Dec 1999, Dax Kelson wrote:
-->
-->What commands can I put in a .qmail file so that email from a specific
-->email address is dropped (/dev/null'd), but all other email is delivered
-->fine?
-->
-->
-->
-->