review and retire old lists
while removing the tor-teachers list (#40947 (closed)) i wondered how many active lists we actually did have left. so i took a look...
we have 65 lists:
root@eugeni:/var/lib/mailman# sudo -u list ./bin/list_lists | head -1
65 matching mailing lists found:
out of those, only 54 have archives, so those are the only ones we can guess at how active they are:
root@eugeni:/var/lib/mailman# ls -lt $(for list in $(ls lists) ; do echo archives/private/$list.mbox/$list.mbox; done) 2>/dev/null | wc -l
54
out of that, only 35 lists have public archives:
root@eugeni:/var/lib/mailman# ls -lt $(for list in $(ls lists) ; do echo archives/public/$list/index.html; done) 2>/dev/null | wc -l
35
and those are the lists that haven't been posted to since january 2022:
root@eugeni:/var/lib/mailman# ls -lt $(for list in $(ls lists) ; do echo archives/public/$list/index.html; done) 2>/dev/null | sed '0,/2022 archives/d'
-rw-rw-r-- 1 www-data list 4518 Jan 19 2022 archives/public/tor-relays-fr/index.html
-rw-rw-r-- 1 root list 9238 Oct 17 2021 archives/public/tor-relays-universities/index.html
-rw-rw-r-- 1 root list 33055 Aug 14 2021 archives/public/tbb-bugs/index.html
-rw-rw-r-- 1 root list 26537 May 28 2021 archives/public/ooni-dev/index.html
-rw-rw-r-- 1 root list 4912 Feb 23 2021 archives/public/ooni-operators/index.html
-rw-rw-r-- 1 root list 3654 Jan 6 2021 archives/public/tor-access/index.html
-rw-rw-r-- 1 root list 1105 Nov 9 2020 archives/public/ooni-bugs/index.html
-rw-rw-r-- 1 root list 6175 Jun 2 2020 archives/public/tor-scaling/index.html
-rw-rw-r-- 1 root list 4095 Sep 24 2019 archives/public/tor-users/index.html
-rw-rw-r-- 1 root list 37721 Sep 17 2018 archives/public/tor-wiki-changes/index.html
-rw-rw-r-- 1 root list 2383 Sep 4 2018 archives/public/regional-nyc/index.html
-rw-rw-r-- 1 root list 17248 Aug 21 2015 archives/public/tor-censorship-events/index.html
... it's kind of an arbitrary metric... i wanted to look at "this year", but this was an easier sed pattern.
it's twelve lists. from there, it looksl ike the following lists are prime candidates for removal:
- tbb-bugs: @richard, is that still in use?
- ooni-dev: do the oon folks still use this?
- ooni-operators: same
- ooni-bugs: that one surely isn't relevant anymore
- tor-users: is that still a thing? no post since 2019!?
- tor-wiki-changes: i bet this is empty since we moved to gitlab
- regional-nyc: hey what's up NYC?
- tor-censorship-events: ooni does this now?
i'm not sure what to do about those:
- tor-relays-fr
- tor-relays-universities
- tor-access
- tor-scaling