mirror of
https://git.sr.ht/~sircmpwn/lists.sr.ht
synced 2026-07-20 03:42:17 +02:00
No description
- Go 46.8%
- Python 27.4%
- HTML 20.2%
- PLpgSQL 3.7%
- SCSS 1.1%
- Other 0.8%
Currently, the participant count is determined by counting all distinct From headers, which can lead to surprising results: it is for example sensitive to quotes that do not even show up in displayed addresses. This commit adds a best effort parsing of the From header and in case of success bases the participant count only on the extracted email address. In case of problems, it falls back to the same behavior as before, using the entire From header. |
||
|---|---|---|
| .builds | ||
| api | ||
| contrib | ||
| ingress | ||
| listssrht | ||
| migrations | ||
| scss | ||
| .editorconfig | ||
| .git_archival.txt | ||
| .gitattributes | ||
| .gitignore | ||
| .golangci.yml | ||
| config.example.ini | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| pyproject.toml | ||
| README.md | ||
| run.py | ||
| schema.sql | ||
| setup.py | ||
This repository contains the code for the sr.ht mailing list service. For instructions on deploying or contributing to this project, visit the manual here: