aboutsummaryrefslogtreecommitdiff
path: root/scripts/mailing-list-member-retirement
AgeCommit message (Collapse)Author
2020-08-08scripts/mailing-list-member-retirement: Add a short READMEMichael Weiss
2020-08-08scripts/mailing-list-member-retirement: Add a Bash script to find inactive ↵Michael Weiss
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
2020-08-08scripts/mailing-list-member-retirement: Add a flag to ignore mails before a ↵Michael Weiss
certain date
2020-08-08scripts/mailing-list-member-retirement: Improve the error messages and ↵Michael Weiss
simplify the handling
2020-08-08scripts/mailing-list-member-retirement: Add an initial PoCMichael Weiss
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 :)