pub88 wrote: > >I have several list using mailman and I want to know. >Size of archive
If you mean size as in disk space du --summarize /path/to/archives/private/LISTNAME and/or ls -l /path/to/archives/private/LISTNAME.mbox/LISTNAME.mbox If you mean number of messages grep "^From " /path/to/archives/private/LISTNAME.mbox/LISTNAME.mbox \ | wc -l >Traffic (monthly) generated by the list (SMPTP I suppose) >for each list You can get this information from Mailman's 'smtp' log. See the mmdsr script for an example of reporting from Mailman's logs. <http://bazaar.launchpad.net/%7Emailman-coders/mailman/2.1/annotate/head%3A/contrib/mmdsr> -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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