home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / admin / 4350 < prev    next >
Encoding:
Text File  |  1992-07-28  |  2.5 KB  |  54 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!fsi-ssd!kevinb
  3. From: kevinb@dev1.csg.ssd.fsi.com (Kevin Bonifield)
  4. Subject: Re: mail expiration program
  5. Message-ID: <1992Jul27.134053.23539@dev1.csg.ssd.fsi.com>
  6. Date: Mon, 27 Jul 1992 13:40:53 GMT
  7. References: <1992Jul23.203951.13691@msuinfo.cl.msu.edu> <1992Jul24.040748.17578@Princeton.EDU>
  8. Organization: FlightSafety Simulation Systems Division - Tulsa
  9. Lines: 43
  10.  
  11.  
  12. >    [re-formatted to less-than-80-column-lines]
  13.  
  14. Very annoying...I had to do the same thing. 
  15.  
  16. >>I am looking for a program which will ckeck every user's system mail box
  17. >>and expires the mail which is older than some certain number of days. Any
  18. >>help will be appreciated. 
  19.  
  20. >It seems to me that any policy of automatically deleting data belonging
  21. >to a user is ethically unsound... especially e-mail.
  22. >
  23. >---------- The opinions expressed in this article are solely mine. -----------
  24. ><Insert lame attempt at disclaimer humor>
  25. >sss/PU'94 Dept of CS (spencer@phoenix.princeton.edu)/JvNCnet (spencer@jvnc.net)
  26. [rest of sig deleted]
  27.  
  28. It may seem unethical, but a sensible expiration program is sometimes required
  29. to prevent large mail files from accumulating.  Example: a user signs on to
  30. the INFO-UNIX mailing list and receives 300K+ byte mail messages each day.
  31. The user goes on vacation for two weeks and forgets to signoff the list (or
  32. cannot).  The /usr/spool/mail system mailbox for the user may grow large  
  33. enough to threaten system resources.  Most likely it is just a combination
  34. of users who don't delete their old mail (or save it to a local mailbox).
  35. In the first example an expiration program won't work anyway, it takes some
  36. sort of resource-checking program (I wrote a short script). 
  37.  
  38. I accidently brought a SUN system to its knees once by including an aliasing 
  39. loop in my vacation program.  The sysadm had HIS vacation interrupted when the 
  40. MAILERR messages accumulated to the point they used ALL the system file space.
  41.  
  42. My philosophy is: if you process your system mail within a reasonable amount
  43. of time, it is yours.  If you allow it to create a system logjam (or eat up
  44. what little system drive space I have) it is MINE.  It is entirely reasonable
  45. to expect a user to save mail to a local folder or mailbox.
  46.  
  47. //Kevin
  48.  
  49. ----------------------------------------------------------------------------
  50. Kevin Bonifield                        |  Phone: 918-251-0500 x520
  51. Avionics Interface Computer Design     |  Email: kevinb@fsi.com
  52. FlightSafety - Simulator Systems Div   |  Local: bonifiel@tesla
  53. ----------------------------------------------------------------------------
  54.