Martin Kong <[EMAIL PROTECTED]> wrote:
> 
> | if echo $SENDER | grep "@apedge.com" > /dev/null 2>&1; then exit 0;
> else exit 99; fi
> &[EMAIL PROTECTED]
[...] 
>   Hi. This is the qmail-send program at apedge.com.
>   I'm afraid I wasn't able to deliver your message to the following
> addresses.
>   This is a permanent error; I've given up. Sorry it didn't work out.
>   
>   <[EMAIL PROTECTED]>:
>   This message is looping: it already has my Delivered-To line. (#5.4.6)

This .qmail file is invoked for every message that gets queued.  It then has a
'&' line in it, which queues a new message.  See the problem?

When you use QUEUE_EXTRA, the relevant .qmail file should probably only
contain mbox and Maildir delivery lines and | command entries.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
-----------------------------------------------------------------------

Reply via email to