Tony Molloy wrote: > >I know I can delete messages from the list manually by editing the mbox >files but I was wondering if it was possibe to "expire the archives" in >some way.
I think you would have to create some process as a shell script, Python script, etc. to delete old messages from the .mbox file and run bin/arch to rebuild, and then run this process periodically via cron. Doing this would also invalidate any saved URLs linking to archived messages as all the message numbers would change. If you're only concerned about the attachments, you could just periodically remove all the archives/private/<listname>/attachments/* directories older than some cutoff. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
