[Mimedefang] resend_message fails

David F. Skoll dfs at roaringpenguin.com
Wed Apr 6 13:47:14 EDT 2005


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.



More information about the MIMEDefang mailing list