Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!uakari.primate.wisc.edu!ames!sun-barr!texsun!texbell!vector!chip From: chip@vector.Dallas.TX.US (Chip Rosenthal) Newsgroups: news.software.b Subject: readnews/vnews reply breaks on
Message-ID: <705@vector.Dallas.TX.US> Date: 26 Aug 89 03:08:19 GMT Reply-To: chip@vector.Dallas.TX.US (Chip Rosenthal) Organization: Dallas Semiconductor Lines: 68 One comp.dcom.telecom reader informed me that vnews was having problems replying to some messages. Turns out, that it would choke on addresses of the format: Reply-To: Mark Horton The RFC lists this as one of the three acceptable formats. Unfortunately, this wasn't supported in replyname(). This problem also affects readnews, since they share the same code. Fix is below. Index: funcs2.c *** funcs2.c~ Fri Mar 24 00:17:08 1989 --- funcs2.c Fri Aug 25 21:53:09 1989 *************** *** 12,17 **** --- 12,19 ---- * this software for any use whatsoever, and it is provided as is. * Any use of this software is at the user's own risk. * + * Fri Aug 25 21:50:03 1989 - Chip Rosenthal