From: utzoo!henry
Newsgroups: hacknews
Title: uucp security tightened 
Article-I.D.: utzoo.2826
Posted: Wed Feb 16 19:25:54 1983
Received: Wed Feb 16 19:25:54 1983

Made a simple modification to the uuxqt program to reject command lines
containing almost any shell metacharacter.  This plugs, fairly simply,
a multitude of well-known security problems.  (Uuxqt attempts to decide
whether the command the remote system has asked for is legitimate;  the
problems arise from being able to "hide" commands within shell syntax that's
tricky enough to confuse uuxqt.  The change simply outlaws all but the most
straightforward shell syntax, which is no loss in this context.)