On 08/25/2014 09:02 AM, Chad Cordero wrote: > I am using MailMan version 2.1.12 and I am being asked for the total number > of messages without replies (threads) for a list. I can see the “Messages: “ > count in the archives, but this is the total number of messages, not threads. > Is there a way to get the number of threads?
There is no convenient way to do this. If you have access to the underlying file system, you could do something like links -dump /path/to/archives/private/LIST/yyyy-Month/thread.html \ | grep '^ \*' | wc -l and subtract 4 from the result because the grep includes two each of lines like * Messages sorted by: [1][ subject ] [2][ author ] [3][ date ] * [4]More info on this list... -- 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 https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org