Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!genrad!decvax!decwrl!qubix!msc From: msc@qubix.UUCP Newsgroups: net.news.b Subject: recmail problems Message-ID: <307@qubix.UUCP> Date: Wed, 8-Jun-83 18:34:22 EDT Article-I.D.: qubix.307 Posted: Wed Jun 8 18:34:22 1983 Date-Received: Thu, 9-Jun-83 13:21:41 EDT Lines: 19 I have 2 problems with recmail. 1. It doesn't remove the temporary file it creates in /tmp. 2. It produces funny exit codes such as 214, 216, & 35. A fix for the first problem is to put the statement unlink( tmpf ); as the last line of main() in recmail.c. I haven't yet been able to track down the second problem. I noticed it because the reply script sent out with vnews checks this return code and if it's != 0 it mails a message back to the originator of the reply telling him/her there's been an error. Mark