Bug fixes and minor improvements.
[egate.git] / kernel / urp.c
index 4a23bb8..820a39b 100644 (file)
  * Europagate, 1995
  *
  * $Log: urp.c,v $
- * Revision 1.36  1995/05/17 10:51:33  adam
+ * Revision 1.37  1995/05/18 12:03:09  adam
+ * Bug fixes and minor improvements.
+ *
+ * Revision 1.36  1995/05/17  10:51:33  adam
  * Added a few more error checks to the show command.
  *
  * Revision 1.35  1995/05/16  09:40:43  adam
@@ -1127,7 +1130,7 @@ void urp_end (void)
         mta = gw_res_get (info.kernel_res, "gw.reply.mta",
                          "/usr/lib/sendmail");
         sprintf (cmd, "%s %s < %s", mta, info.from_str, info.reply_fname);
-#if 1
+#if 0
         mta_code = system (cmd);
         if (mta_code)
             gw_log (GW_LOG_FATAL, KERNEL_LOG,