Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-unix!sri-spam!ames!sdcsvax!nosc!humu!uhccux!bigtuna!guest From: guest@bigtuna.UUCP (Guest Account) Newsgroups: comp.sources.misc Subject: Important Notice Message-ID: <48@bigtuna.UUCP> Date: Fri, 5-Jun-87 00:18:49 EDT Article-I.D.: bigtuna.48 Posted: Fri Jun 5 00:18:49 1987 Date-Received: Wed, 10-Jun-87 00:35:58 EDT Organization: U. of Hawaii, Bekesy Lab of Neurobiology Lines: 28 Approved: by one who doesn't appreciate moderated newsgroups : to unbundle, "sh" this file -- DO NOT use csh : SHAR archive format. Archive created Fri Jun 05 04:13:34 AM echo x - no_mod.c sed 's/^X//' > no_mod.c <<'+FUNKY+STUFF+' X/* X The trick is to put an "Approved: anything" entry in the header X of your article when you create it (just like this one). Then X it doesn't matter if the group is moderated or not! X X The stupidity of doing away with our unmoderated sources groups X can be easily surmounted. X*/ X Xmain() { X register i; X X for (i = 0; i < 1000; i++) X printf("Moderation isn't for everyone.\n"); X} +FUNKY+STUFF+ echo '-rw-r--r-- 1 richard users 382 Jun 5 04:13 no_mod.c (as sent)' chmod u=rw,g=r,o=r no_mod.c ls -l no_mod.c exit 0