Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!apple!vsi1!ubvax!mrspoc!kayvan From: kayvan@mrspoc.Transact.COM (Kayvan Sylvan) Newsgroups: news.software.b Subject: C News question Message-ID: Date: 7 Jul 89 02:12:45 GMT Sender: kayvan@mrspoc.Transact.COM (Kayvan Sylvan) Reply-To: mrspoc!kayvan@Apple.COM Organization: Transact Software, Inc. Lines: 31 In ihave.c, the following segment exists in the faketrans function: fap->h.h_ngs = ng; fap->h.h_distr = (distr != NULL? distr: ng); fap->h.h_msgid = msgid; fap->h.h_path = hostname(); fap->a_charswritten = AVEARTSIZE; histent = gethistory(msgid); if (histent == NULL || (fap->a_files = findfiles(histent)) == NULL) fap->a_files = "no.such.article!"; What is its purpose? I've been staring at this code for a while (it seeming relevant to my ihave/sendme bug I posted about a few days ago) and have not figured out why "no.such.article" is there. My errlog file is filled with messages like this: relaynews: `PATH=/usr/local/lib/news/bin:/usr/local/lib/newsbin/relay:/bin:/usr/bin