Richard Laager wrote:

> sendmail non-zero exit status in resend_message: 16384

That means Sendmail is calling exit(64) (because a program's termination
status is 256 * exit code), and "64" in /usr/include/sysexits.h says:

#define EX_USAGE        64      /* command line usage error */

Could it be that you're trying to re-mail to an address that begins
with "-" so Sendmail is misinterpreting it as a command-line
option?  If so, I will get you a fix.

Regards,

David.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to