Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site down.UUCP Path: utzoo!linus!philabs!seismo!harpo!eagle!mhuxl!ulysses!princeton!down!honey From: honey@down.UUCP Newsgroups: net.bugs.uucp Subject: OOOO Message-ID: <15@down.UUCP> Date: Sun, 4-Dec-83 19:49:33 EST Article-I.D.: down.15 Posted: Sun Dec 4 19:49:33 1983 Date-Received: Mon, 5-Dec-83 23:00:33 EST Organization: Princeton Univ. EECS Lines: 17 at last, some new light to shed on this time honored problem. From princeton!eagle!dan Sun Dec 4 19:34:08 1983 To: princeton!down!honey Subject: Re: Do you know anything about this If this the the problem where the OOOOO is not received, I corrected it last night -- the problem is (was) that imsg was reading characters, but the other side was sending 8 bits, so the O had the high bit set and the receiver (cico) could not match the OOOO string. I fixed it by anding with 0177 before putting it in the buffer. dave (eagle!dan) that's why he's my hero! (let's see what he broke with his fix ...) peter honeyman