home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / admin / 6823 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.2 KB

  1. Path: sparky!uunet!news.larc.nasa.gov!grissom.larc.nasa.gov!kludge
  2. From: kludge@grissom.larc.nasa.gov (Scott Dorsey)
  3. Newsgroups: comp.unix.admin
  4. Subject: Re: How to write a "turnin" utility??
  5. Date: 29 Dec 1992 15:32:51 GMT
  6. Organization: NASA Langley Research Center and Reptile Farm
  7. Lines: 14
  8. Message-ID: <1hpr33INNco0@rave.larc.nasa.gov>
  9. References: <1992Dec28.213900.14908@organpipe.uug.arizona.edu> <1992Dec29.015418.12223@doug.cae.wisc.edu> <C010F5.9D6@news.iastate.edu>
  10. NNTP-Posting-Host: grissom.larc.nasa.gov
  11.  
  12. In article <C010F5.9D6@news.iastate.edu> john@iastate.edu (John Hascall) writes:
  13. >
  14. >others are no doubt possible.  Actually, given the known horrors of setuid
  15. >scripts it should really be a program (or god forbid, Perl, the APL of scripts)
  16. >to be safe.
  17.  
  18. Why bother?  There is already a facility designed for transferring large
  19. amounts of text from one user to another in a secure manner.  It's called
  20. mail.  You can rig up a mail alias that pipes the mail message into a script,
  21. sorts it by user and saves it in a directory by user.subject.  Then just have
  22. the students mail their programs to that user.  You could even be smart and
  23. have it reject all messages that aren't from a particular list of users and
  24. subjects.
  25. --scott
  26.