Go to file
Eli Schwartz c6f4ba77bb contrib/mbox-split: abort after usage if wrong number of args
Previously, attempting to run the script without args will print:

$ ./mbox-split
Usage: ./mbox-split <input.mbox> <max size with SI suffix>
Traceback (most recent call last):
  File "/tmp/./mbox-split", line 25, in <module>
    if sys.argv[2].endswith(suffix):
IndexError: list index out of range
2021-01-09 21:53:35 -05:00
.builds .builds/alpine.yml: increase specificity of sed 2020-09-01 17:19:27 -04:00
contrib contrib/mbox-split: abort after usage if wrong number of args 2021-01-09 21:53:35 -05:00
listssrht process: use long-form patchset in webhook 2021-01-09 12:02:04 -05:00
scss Fix patch feedback appearance on dark theme 2021-01-06 12:17:03 -05:00
.gitignore Initial commit; add boilerplate 2018-06-08 21:15:27 -04:00
LICENSE Initial commit; add boilerplate 2018-06-08 21:15:27 -04:00
Makefile Upgrade to Alpine 3.11 2019-12-21 10:23:27 -05:00
README.md Adds README.md 2019-12-01 10:11:49 -05:00
config.example.ini Update reject-url in example config 2020-11-15 13:50:11 -05:00
listssrht-initdb add database stamp for core.sr.ht 2020-08-11 10:46:11 -04:00
listssrht-lmtp Revert "listssrht-lmtp: reject email from suspended users" 2020-11-16 10:13:20 -05:00
listssrht-migrate Implement user-defined content white/blacklists 2019-03-25 16:06:04 -04:00
run.py Update for sr.ht unified config 2018-09-03 10:02:55 -04:00
setup.py setup.py: use importlib.resources from python 3.7 to find core.sr.ht Makefile 2020-05-11 09:42:51 -04:00
static Initial commit; add boilerplate 2018-06-08 21:15:27 -04:00

README.md

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