Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!wivax!linus!genrad!mit-eddi!mp From: mp@mit-eddi.UUCP Newsgroups: net.news.b Subject: Re: 2.9 vs 2.10 - garbled inbound news Message-ID: <221@mit-eddi.UUCP> Date: Fri, 3-Jun-83 14:32:51 EDT Article-I.D.: mit-eddi.221 Posted: Fri Jun 3 14:32:51 1983 Date-Received: Thu, 9-Jun-83 00:43:23 EDT References: mit-eddi.219 Lines: 9 Even after Chris fixed his source, I still found some articles being rejected as garbled. It turns out that if any header line is longer than BUFLEN chars, the article is considered garbled. I increased BUFLEN from 128 to 512. You may want to modify xxit() as I did to stash INFILE somewhere (e.g. /tmp) for later perusal if the status code is nonzero. Mark