Bug fixes. Better command line options.
[egate.git] / kernel / urp.c
index 820a39b..90b5cd1 100644 (file)
  * Europagate, 1995
  *
  * $Log: urp.c,v $
- * Revision 1.37  1995/05/18 12:03:09  adam
+ * Revision 1.38  1995/05/19 13:26:00  adam
+ * Bug fixes. Better command line options.
+ *
+ * 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
@@ -1130,14 +1133,12 @@ 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 0
         mta_code = system (cmd);
         if (mta_code)
             gw_log (GW_LOG_FATAL, KERNEL_LOG,
                     "Reply '%s' got exit code %d", cmd, mta_code);
        else
             unlink (info.reply_fname);        
-#endif
         gw_log (GW_LOG_ACCT, KERNEL_LOG, "User end %s", info.from_str);
     }
 }