Age | Commit message (Collapse) | Author |
|
I wrote this a while ago out of curiosity.
|
|
|
|
list members
Might make sense to implement that part in Go as well, but that would
make the binary less flexible (e.g. [0] for statistics).
[0]: ./mailing-list-active-members -mbox fsi.mbox -since 2019-08-01 2> /dev/null | sort | uniq -c | sort -h
|
|
certain date
|
|
simplify the handling
|
|
Can read fsi.mbox (228 MiB) but lacks features (e.g. limiting the
parsing to messages of the past year) and it would be nice to indicate
which messages couldn't be read.
But it basically works :)
|