[comp.sources.misc] Important Notice

guest@bigtuna.UUCP (Guest Account) (06/05/87)

: 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