From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8227f77a1092ce5e1bd9de61f04b5555@plan9.bell-labs.com> From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] nntppost MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-kxbsvvgxzheniwczrpzmzmtxqm" Date: Fri, 15 Nov 2002 18:44:31 -0500 Topicbox-Message-UUID: 219864ae-eacb-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-kxbsvvgxzheniwczrpzmzmtxqm Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit updated and on sources --upas-kxbsvvgxzheniwczrpzmzmtxqm Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Fri Nov 15 18:14:20 EST 2002 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Fri Nov 15 18:14:19 EST 2002 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.20.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 4AA14199F2; Fri, 15 Nov 2002 18:14:11 -0500 (EST) Delivered-To: 9fans@cse.psu.edu Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 358E61998C for <9fans@cse.psu.edu>; Fri, 15 Nov 2002 18:13:33 -0500 (EST) Received: from patton.home ([12.226.232.134]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20021115231331.XENL2683.sccrmhc01.attbi.com@patton.home> for <9fans@cse.psu.edu>; Fri, 15 Nov 2002 23:13:31 +0000 Message-ID: To: 9fans@cse.psu.edu From: David Swasey MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] nntppost Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Fri, 15 Nov 2002 18:15:11 -0500 ATTBI's news servers require the lines of a posted article to be terminated with \r\n rather than \n. Here is a small patch to enable nntpfs.c to post to those servers. -dave term% diff /sys/src/cmd/nntpfs.c ./nntpfs.c 617a618 > Bputc(&n->bw, '\r'); 620c621 < Bprint(&n->bw, ".\n"); --- > Bprint(&n->bw, ".\r\n"); --upas-kxbsvvgxzheniwczrpzmzmtxqm--