Ma, Yuan wrote: > >In order to see if a list has been referenced, in addition to looking through >Mailman logs, web logs, and/or MTA logs, I am wondering if there is file >related to a mailing list which shows the recent using time?
Every list has a 'last_post_time' attribute which is the time of last post. See <http://www.msapiro.net/scripts/last_post.py> for a withlist script to display it for one or all lists. If you want to know things like when was the web admin interface or the listinfo page for a list last accessed, you'd have to analyze your web server logs for that info as Mailman doesn't track it. -- 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://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
