Date sent: Sat, 31 Jan 1998 19:09:34 -0500 (EST) From: J Scott Berg To: inn-bugs@isc.org Subject: inews bug inews from inn-1.7.2 leaves behind a copy of the active file in /var/tmp when you try to post to a moderated newsgroup. The reason is that when posting to a moderated newsgroup, it never gets to a call of CAclose(). Here's a patch: -Scott Berg *** frontends/inews.c.orig Sat Jan 31 18:57:32 1998 --- frontends/inews.c Sat Jan 31 18:56:55 1998 *************** *** 997,1002 **** --- 997,1003 ---- "%s is moderated -- article would be mailed\n", group); else { + CAclose(); mailed = MailArticle(group, article); tmpPtr = DDend(h) ; DISPOSE(tmpPtr); -- J. Scott Berg Phone: (812) 855-5465 Indiana University Cyclotron Facility FAX: (812) 855-6645 2401 Milo B. Sampson Lane email: jsberg@indiana.edu Bloomington, IN 47408-1398