[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Single Page
Top Document: MH Frequently Asked Questions (FAQ) with Answers
Previous Document: 03.07 Why do I get "mhn: don't know how to display content"?
Next Document: 03.09 Fixing "cannot fopen and lock /var/spool/mail/(user)"
-
Search the FAQ Archives
Single Page
Top Document: MH Frequently Asked Questions (FAQ) with Answers
Previous Document: 03.07 Why do I get "mhn: don't know how to display content"?
Next Document: 03.09 Fixing "cannot fopen and lock /var/spool/mail/(user)"
03.08 How can I automatically delete MH backup files?
Date: 22 May 1995 06:27:36 -0400
On System V system, add this to your crontab. If you don't have one,
put this in a file, and run "crontab file". If your system does not
support personal crontab files, get your system administrator to add
an equivalent line to the system crontab file or daily clean-up
script. Note that some administrators set the prefix character to
'#'.
# Remove old MH files
5 5 * * * find /PATH/TO/HOME/Mail -name ",*" -mtime +5 -exec rm {} \;
Top Document: MH Frequently Asked Questions (FAQ) with Answers
Previous Document: 03.07 Why do I get "mhn: don't know how to display content"?
Next Document: 03.09 Fixing "cannot fopen and lock /var/spool/mail/(user)"
Single Page
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
Bill Wohler <wohler@newt.com>
Last Update October 22 2009 @ 05:26 AM