log all instances of setting stat to EX_INTERNAL (Internal error)
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 26 Jan 1993 07:04:20 +0000 (23:04 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 26 Jan 1993 07:04:20 +0000 (23:04 -0800)
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.11
SCCS-vsn: usr.sbin/sendmail/src/version.c 6.14

usr/src/usr.sbin/sendmail/src/deliver.c
usr/src/usr.sbin/sendmail/src/version.c

index ee5ffa3..6e6da8b 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)deliver.c  6.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)deliver.c  6.11 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "sendmail.h"
 #endif /* not lint */
 
 #include "sendmail.h"
@@ -394,6 +394,8 @@ deliver(e, firstto)
                if (rcode == EX_OK)
                {
                        /* shouldn't happen */
                if (rcode == EX_OK)
                {
                        /* shouldn't happen */
+                       syserr("deliver: rcode=%d, mci_state=%d, sig=%s",
+                               rcode, mci->mci_state, firstsig);
                        rcode = EX_SOFTWARE;
                }
        }
                        rcode = EX_SOFTWARE;
                }
        }
index d3f78db..063d97c 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)version.c  6.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)version.c  6.14 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-char   Version[] = "ALPHA-6.13";
+char   Version[] = "ALPHA-6.14";