Path: utzoo!attcan!uunet!cs.utexas.edu!rutgers!texbell!merch!cpe!hal6000!fuzzy!iv From: iv@fuzzy.tandy.com Newsgroups: alt.sources Subject: Re: Help me - please! Message-ID: <-1149662@fuzzy> Date: 8 Jun 89 05:27:00 GMT References: <189000002@stasys> Lines: 28 Nf-ID: #R:stasys:189000002:fuzzy:-1149662:000:1028 Nf-From: fuzzy.tandy.com!iv Jun 8 00:27:00 1989 /* Written 5:32 pm Jun 5, 1989 by stasys!fkk in alt.sources */ /* ---------- "Help me - please!" ---------- */ char msg[] = "\ >> I need your help. I have the feelin' that my postings never reach\n\ >> systems outside of the Fed.Rep. of Germany. So PLEASE, do send me\n\ >> a short reply via news (not mail please - I've got to pay for mail).\n\ >> --\n\ >> +--------------------------------+ You look at every face in a crowd\n\ >> | Frank Kaefer | fkk@stasys.UUCP | Some shine and some keep you guessin'\n\ >> | (Compuserve: 72427,2101) | ( OU812 )\n\ >> +--------------------------------+\n\ "; char reply[] = "\n\ Hello, Frank! You've made it into Fort Worth, Texas, USA!\n\ \n\ IV Domain: iv@fuzzy.Tandy.COM\n\ (aka John Elliott IV) UUCP: ...!texbell!letni!hal6000!fuzzy!iv\n\ 1120 Judy Avenue or: ...!decvax!microsoft!trsvax!fuzzy!iv\n\ Benbrook, TX 76126-3449 Phone: 817/249-2147; 7:00pm-11:00pm CST;HFSN\n\ "; main() { write(1, msg, sizeof (msg)); write(1, reply, sizeof (reply)); exit(0); }