On Thu, 30 Dec 2004 14:34:28 +0100, Paul J Stevens <[EMAIL PROTECTED]> wrote: > The lmtpd code is not my field really, but it looks like sort.c calls > forward() which does use a pipe to > sendmail to send messages. But then, on closer inspection that code is never > called. Something else then... > could it be you have auto_reply or auto_notify enabled in dbmail.conf?
forward() in forward.c is called by insert_messages() in pipe.c. hmm, a function called insert_message() that also forwards messages, and is located in a file called pipe.c... the horror (but that's a completely different story altogether). Ilja