** Note that mhbuild is in the context as buildmimeproc.
*/
sprintf(buf, "%s %s", buildmimeproc, composition_file_name);
-
if (system(buf) != 0) {
/* some problem */
clean_up_temporary_files();
/* create subject for error notification */
snprintf(buf, sizeof(buf), "send failed on %s",
forwsw ? "enclosed draft" : file);
-
execlp(mailproc, mhbasename(mailproc), getusername(),
"-subject", buf, NULL);
fprintf(stderr, "unable to exec ");