[Mailman-Users] Last Email

Paul Tomblin ptomblin at xcski.com
Mon Apr 16 00:25:38 CEST 2007


Matt Zimmerman wrote:
> Mailman-users,
> 
> I have about 1200 lists in mailman 2.1.8. I looking to try and clean these
> lists up. Has anybody written any scripts to look through the archives and
> find out when the last email was sent to each list.
> 

If I were looking for lists that haven't been posted to for a while, I'd 
use the modified time on the mbox files:

cd /var/lib/mailman/archives/private
find . -type f -name \*.mbox -mtime +180 -print


-- 
Paul Tomblin <ptomblin at xcski.com>
"Stay calm, be brave, and wait for the signs!"


More information about the Mailman-Users mailing list