Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!harvard!spdcc!m2c!ulowell!page From: page@ulowell.cs.ulowell.edu (Bob Page) Newsgroups: news.software.b Subject: Re: Bug in mailing to moderator Message-ID: <1404@ulowell.cs.ulowell.edu> Date: Thu, 18-Jun-87 14:32:23 EDT Article-I.D.: ulowell.1404 Posted: Thu Jun 18 14:32:23 1987 Date-Received: Sun, 21-Jun-87 15:07:25 EDT References: <3586af4f.b8ab@apollo.uucp> Reply-To: page@ulowell.cs.ulowell.edu (Bob Page) Organization: University of Lowell Lines: 22 rees@apollo.uucp (Jim Rees) wrote in article <3586af4f.b8ab@apollo.uucp>: >Here's one that I'm amazed has escaped detection so far. Actually, it >looks familiar, but I couldn't find it in my bug list. It isn't that old; it was introduced in patch 5. It looks familiar because this was code that I wrote to fix the "submission for mod-foo-bar" subject lines, posted to the net after patch 4 came out. I took a look at the code I submitted to Rick (and to the net) and compared it with what was included in patch 5. The code I submitted/posted was correct, patch 5 was not. Jim Rees' patch will correct the problem if you didn't install my patch and installed patch 5 instead, or de-installed the patch before installing patch 5. Once again, in inews.c: fprintf(mfd, "To: %s\n", replyname(mhdr.path)); should be: fprintf(mfd, "To: %s\n", replyname(&mhdr)); ..Bob (still on patch 4, the last stable version as far as I'm concerned) -- Bob Page, U of Lowell CS Dept. page@ulowell.{uucp,edu,csnet}