On Mon, 2004-01-26 at 09:33, Andy BIERLAIR wrote:
> Hello,
> 
> I am looking for a solution to make multiple independent pipes in qmail with
> vpopmail. Usually you do independent pipes like this:
> 
> .qmail-default
> 
> | /usr/local/bin/a-selfmade-script.pl
> | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
> 
> Now imagine a-self-script.pl breaks and the output is empty. The result will
> be no delivery.

nope.

they are seperate delivery instructions, try this:

|cat - > /dev/null
|forward [EMAIL PROTECTED]

now, with your theory, nothing will be forwarded to [EMAIL PROTECTED],
when in fact, the entire message will be :)

however, if the perl script 'breaks' it should exit 111 to report
temporary failure so it will be tried again, unless errors are simply to
be ignored.

man dot-qmail

-Jeremy

-- 
Jeremy Kitchen
Systems Administrator
[EMAIL PROTECTED]
Kitchen @ #qmail on EFNet - Join the party!
.....................
Inter7 Internet Technologies, Inc.
www.inter7.com
866.528.3530 toll free
847.492.0470 int'l
847.492.0632 fax
GNUPG key ID: 93BDD6CE

Reply via email to