How to find out the last time an email list was used?
![](https://secure.gravatar.com/avatar/91d4ad5d2d8c192b3d6d683f40eb80e8.jpg?s=120&d=mm&r=g)
We have a large number of lists (~200) that have been set up over the years; the vast majority do NOT have web archives. Is there any way to determine when the last time the list had any traffic?
Bruce Johnson University of Arizona College of Pharmacy Information Technology Group
Institutions do not have opinions, merely customs
![](https://secure.gravatar.com/avatar/5e11baf17b08bd7432a062b597662a04.jpg?s=120&d=mm&r=g)
Hi Bruce,
There is -- at least there is in the old 2.1* versions -- and you could probably write an easy script to do it. I don't know about the 3.* versions.
The config.pck for each list includes a "last_post_time" -- which shows the unix timestamp of the last post to the list. If you have command-line access, <yourmailmanhome>/bin/dumpdb will decode the contents of the config.pck file for you.
--Gretchen
Gretchen Beck Carnegie Mellon
On Tue, Aug 30, 2022 at 5:56 PM Bruce Johnson via Mailman-Users <mailman-users@python.org> wrote:
![](https://secure.gravatar.com/avatar/91d4ad5d2d8c192b3d6d683f40eb80e8.jpg?s=120&d=mm&r=g)
Thanks, yes it’s an old 2.1x version. That helps a great deal.
On Aug 30, 2022, at 3:09 PM, Gretchen Beck <cmupythia@cmu.edu<mailto:cmupythia@cmu.edu>> wrote:
Hi Bruce,
There is -- at least there is in the old 2.1* versions -- and you could probably write an easy script to do it. I don't know about the 3.* versions.
The config.pck for each list includes a "last_post_time" -- which shows the unix timestamp of the last post to the list. If you have command-line access, <yourmailmanhome>/bin/dumpdb will decode the contents of the config.pck file for you.
--Gretchen
Gretchen Beck Carnegie Mellon
On Tue, Aug 30, 2022 at 5:56 PM Bruce Johnson via Mailman-Users <mailman-users@python.org<mailto:mailman-users@python.org>> wrote:
We have a large number of lists (~200) that have been set up over the years; the vast majority do NOT have web archives. Is there any way to determine when the last time the list had any traffic?
Bruce Johnson University of Arizona College of Pharmacy Information Technology Group
Institutions do not have opinions, merely customs
Mailman-Users mailing list -- mailman-users@python.org<mailto:mailman-users@python.org> To unsubscribe send an email to mailman-users-leave@python.org<mailto:mailman-users-leave@python.org> https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/ https://mail.python.org/archives/list/mailman-users@python.org/
-- Bruce Johnson University of Arizona College of Pharmacy Information Technology Group
Institutions do not have opinions, merely customs
![](https://secure.gravatar.com/avatar/5e11baf17b08bd7432a062b597662a04.jpg?s=120&d=mm&r=g)
Hi Bruce,
There is -- at least there is in the old 2.1* versions -- and you could probably write an easy script to do it. I don't know about the 3.* versions.
The config.pck for each list includes a "last_post_time" -- which shows the unix timestamp of the last post to the list. If you have command-line access, <yourmailmanhome>/bin/dumpdb will decode the contents of the config.pck file for you.
--Gretchen
Gretchen Beck Carnegie Mellon
On Tue, Aug 30, 2022 at 5:56 PM Bruce Johnson via Mailman-Users <mailman-users@python.org> wrote:
![](https://secure.gravatar.com/avatar/91d4ad5d2d8c192b3d6d683f40eb80e8.jpg?s=120&d=mm&r=g)
Thanks, yes it’s an old 2.1x version. That helps a great deal.
On Aug 30, 2022, at 3:09 PM, Gretchen Beck <cmupythia@cmu.edu<mailto:cmupythia@cmu.edu>> wrote:
Hi Bruce,
There is -- at least there is in the old 2.1* versions -- and you could probably write an easy script to do it. I don't know about the 3.* versions.
The config.pck for each list includes a "last_post_time" -- which shows the unix timestamp of the last post to the list. If you have command-line access, <yourmailmanhome>/bin/dumpdb will decode the contents of the config.pck file for you.
--Gretchen
Gretchen Beck Carnegie Mellon
On Tue, Aug 30, 2022 at 5:56 PM Bruce Johnson via Mailman-Users <mailman-users@python.org<mailto:mailman-users@python.org>> wrote:
We have a large number of lists (~200) that have been set up over the years; the vast majority do NOT have web archives. Is there any way to determine when the last time the list had any traffic?
Bruce Johnson University of Arizona College of Pharmacy Information Technology Group
Institutions do not have opinions, merely customs
Mailman-Users mailing list -- mailman-users@python.org<mailto:mailman-users@python.org> To unsubscribe send an email to mailman-users-leave@python.org<mailto:mailman-users-leave@python.org> https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/ https://mail.python.org/archives/list/mailman-users@python.org/
-- Bruce Johnson University of Arizona College of Pharmacy Information Technology Group
Institutions do not have opinions, merely customs
participants (2)
-
Bruce Johnson
-
Gretchen Beck