This tool allows you to see some stats for a mailing list.
- Clone the repository
- Run
composer install
- Run
php collector.php
to download the mailing list archive/history. It is a bit of a hack, so I recommend using the online version or adjusting the max range/window incollector.php
to avoid downloading the entire history. - Run
cd public; php -S localhost:8000
to start the built-in PHP server ORdocker compose up
.
SALT
: A salt to hash the email addresses. This is used to anonymize the email addresses. If you don’t set this, the email address will be a simple MD5 hash.UNSAFE_EMAILS
: If set, the email addresses will not be anonymized. This is useful for debugging.
- Push to
main
- Wait for GitHub Actions to build the production version
- Update
k8s-manifest.yaml
with the current commit hash - Apply the manifest to the Kubernetes cluster
This tool is licensed to Robert Landers, all rights reserved. You ARE NOT allowed to use it for any purpose beyond your own research and personal use.