On Tue, 5 Apr 2005 16:22:33 -0500 , Damrose, Mark wrote > > If you go the quarantine route, you will want some > automated process to delete old messages.
It is a good idea to do anyway, and is easy to do via a cron entry: 0 7 * * * /usr/sbin/tmpwatch -cf 168 /var/spool/MD-Quarantine This would delete any files that have not been accessed for over a week (168 hours), I run it every day at 7 am. Jim -- EsisNet.com Webmail Client _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

