[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I'd like to have certain addresses 'eat' email (ie. just discard it). So, I
> setup an account with a ".qmail" file which has one line "|/dev/null".
> 
> QMail complains "deferral: /bin/sh_/dev/null:_cannot_execute".

As already noted, a .qmail file containing a single '#' is the most
efficient way...however, you may want to know why the above failed.  You're
trying to pipe to /dev/null; but /dev/null isn't executable.  To be
truly redundant you could use:
|cat >/dev/null

Charles
-- 
----------------------------------------------------
Charles Cazabon         <[EMAIL PROTECTED]>
Any opinions expressed are just that -- my opinions.
----------------------------------------------------

Reply via email to