Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site down.FUN Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!down!honey From: honey@down.FUN (Peter Honeyman) Newsgroups: net.micro.att Subject: Re: mailing to other systems with the 7300 Message-ID: <541@down.FUN> Date: Sat, 27-Jul-85 00:52:00 EDT Article-I.D.: down.541 Posted: Sat Jul 27 00:52:00 1985 Date-Received: Mon, 29-Jul-85 05:16:14 EDT References: <625@astrovax.UUCP> <386@npois.UUCP> Organization: Princeton University, EECS Lines: 19 if they were smart, they would have DOCUMENTED a 1 character standard and auctioned off the host names. the samurai/astrovax problem was solved by adding LOGNAME=uubroken MACHINE=samurai MYNAME=astrov to the Permissions file on astrovax. to run honey danber on the 7300, you have to change a pair of lines in uucp.h from "if (a && b && !strcmp(a,b))" to "if (a != 0 && b != 0 && !strcmp(a,b))" (the compiler generates incorrect code.) other than that, honey danber runs just fine on the 7300 (even to the point of talking to rogue systems with illegal host names like princeton and astrovax). peter