Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!inuxc!pur-ee!uiucdcs!uiucuxc!uiucuxe!jrowley From: jrowley@uiucuxe.CSO.UIUC.EDU Newsgroups: net.misc Subject: Help with gateway Message-ID: <10700001@uiucuxe> Date: Fri, 1-Aug-86 18:11:00 EDT Article-I.D.: uiucuxe.10700001 Posted: Fri Aug 1 18:11:00 1986 Date-Received: Fri, 15-Aug-86 06:15:57 EDT Lines: 29 Nf-ID: #N:uiucuxe:10700001:000:812 Nf-From: uiucuxe.CSO.UIUC.EDU!jrowley Aug 1 17:11:00 1986 /* Written 6:47 pm Jul 19, 1986 by rs@mirror.UUCP in uiucuxe:net.news.notes */ /* ---------- "Help with gateway" ---------- */ Can anyone explain to me under what circumstances "authorplaceholder" is inserted when dumping notes to news? The code is in newsdump.c, Rev1.7. For the time being, I have done this: #ifdef notdef if (strcmp (note -> n_id.sys, note -> n_auth.asystem) == 0) author = note -> n_auth.aname; /* ok for him */ else author = "authorplaceholder"; /* not local */ #else author = note -> n_auth.aname; #endif Thanks in advance, /rich $alz ---- Rich $alz {mit-eddie, ihnp4, wjh12, cca, cbosgd, seismo}!mirror!rs Mirror Systems 2067 Massachusetts Avenue Cambridge, MA 02140 Telephone: 617-661-0777 "Hi, mom!" /* End of text from uiucuxe:net.news.notes */