No description
  • Go 46.8%
  • Python 27.4%
  • HTML 20.2%
  • PLpgSQL 3.7%
  • SCSS 1.1%
  • Other 0.8%
Find a file
Conrad Hoffmann 336fbc9d8a archive: try parsing address for participant count
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.
2026-07-14 10:26:04 +02:00
.builds Run golangci-lint in CI 2025-11-11 10:37:56 +01:00
api archive: try parsing address for participant count 2026-07-14 10:26:04 +02:00
contrib contrib/mbox-split: abort after usage if wrong number of args 2021-01-09 21:53:35 -05:00
ingress ingress: prevent backscatter on mail forwarded from another list 2026-02-23 09:05:00 +01:00
listssrht Polish archive UI w/o browse permission 2026-07-14 10:25:48 +02:00
migrations patchset: record and expose superseded patchset revision 2026-04-20 09:57:17 +02:00
scss Improve format=flowed parsing and styling 2025-12-11 09:37:51 +01:00
.editorconfig Add .editorconfig 2025-01-20 15:14:55 +01:00
.git_archival.txt Preparations for PEP440 support 2024-10-28 14:24:31 +01:00
.gitattributes Preparations for PEP440 support 2024-10-28 14:24:31 +01:00
.gitignore Replace alembic with sourcehut-migrate 2025-09-17 12:14:24 +02:00
.golangci.yml Run golangci-lint in CI 2025-11-11 10:37:56 +01:00
config.example.ini Updated srht-keygen to sr.ht-keygen 2025-09-22 09:33:56 +02:00
go.mod Upgrade core-go 2026-04-09 12:34:13 +02:00
go.sum Upgrade core-go 2026-04-09 12:34:13 +02:00
LICENSE Initial commit; add boilerplate 2018-06-08 21:15:27 -04:00
Makefile graphql: provide information about the software serving the API 2025-12-12 10:24:05 +01:00
pyproject.toml pyproject.toml: comply with PEP-639 2025-10-01 16:50:06 +02:00
README.md Adds README.md 2019-12-01 10:11:49 -05:00
run.py Update for sr.ht unified config 2018-09-03 10:02:55 -04:00
schema.sql patchset: record and expose superseded patchset revision 2026-04-20 09:57:17 +02:00
setup.py Convert to new shared asset distribution 2025-01-15 10:17:38 +01:00

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:

https://man.sr.ht/lists.sr.ht/installation.md