rsml
a small, self-hosted mailing list system.
rsml is a mailing list manager system written in python built with minimalism in mind, it does not try to be a GNU Mailman competitor but rather a simpler alternative.
features
- toml-based configuration (
rsml.toml) (rsml.config) - RFC 4155 and mboxrd compliant
.mboxfile generator (rsml.mbox) - mailing list posting via LMTP
- two-step subscription via
/list/subscribeand/list/verify /list/archiveendpoint for.mboxarchive retrieval of the mailing list- one-click unsubscribe with
List-UnsubscribeandList-Unsubscribe-Post(RFC 8058)
dependencies
rsml requires at least
- a python
>=3.11-compatible interpreter - an MTA capable of receiving and sending mail through SMTP and LMTP
runtime dependencies include
aiosmtpd/aiosmtplib: for asynchronous SMTP/LMTP operationsflask: for the http serveremail-validator: to validate email addresses
development-time dependencies include:
pytest/pytest-asyncio: to execute the unit tests
usage
$ pip install -e . # install rsml and dependencies
$ cp rsml.toml.example rsml.toml # edit server_secret, etc.
$ rsml http # start the http server
$ rsml lmtp # start the lmtp server
running the test suite can be done with pytest
$ pip install -e ".[dev]" # install dev dependencies
$ pytest -vs . # run the unit tests
spec
a document outlining the technical specifications of the project can be found in this repository as SPEC.md
license
BSD-3-Clause, see LICENSE
Release files for rsml 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rsml-0.1.5.tar.gz | 16.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rsml-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.5 kB
Release files / rsml-0.1.5.tar.gz
| Download URL | rsml-0.1.5.tar.gz |
|---|---|
| Size | 16.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6e2c925fecb96ae9fb30b57579351fd0d5c2e0aeea8b71bb21cb4eef7c2f17a6
|
|
BLAKE2b-256 checksum How to use checksums |
8e3185c4adf2a2a52ab5b445d3a2f449913b3bc4fa09072ebc658e6a7d87cfb1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 23, 2026.
Transparency logRelease files / rsml-0.1.5-py3-none-any.whl
| Download URL | rsml-0.1.5-py3-none-any.whl |
|---|---|
| Size | 11.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
968cb30554d030125de248a5328a573e3387ae07afda8408a4ca7afa1c6dfb5d
|
|
BLAKE2b-256 checksum How to use checksums |
6c28eeec04f771a1b2087d59b676f8e6c876c10acf186649661e210ae017c026
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 23, 2026.
Transparency log