on 4/6/05 10:41 PM, Kurt Bigler <[EMAIL PROTECTED]> wrote:

> So with this change, you can now have the following line in your user/.qmail
> file:
> 
> | myfilter | vdelivermail -d bounce-no-mailbox

Well, not quite.  You have to wrap this in a simple command, e.g.

    | mywrapper

where mywrapper contains:

    #!/bin/sh
    myfilter | vdelivermail -d bounce-no-mailbox

-Kurt

Reply via email to