about summary refs log tree commit homepage
path: root/scripts
DateCommit message (Collapse)
2014-04-15scripts/import_gmane_spool: preserve delivery order
Unfortunately, this means we get rid of parallelization, as we need to preserve delivery order so HTML indices look chronological. Order may also affect spam filtering and training, too.
2014-04-11scripts/import_gmane_spool: misc updates
We may promote this to be a real script, since public-inbox-mda is idempotent.
2014-04-08scripts/report-spam: explain design decisions
Trying my best to not forget things I wrote this years ago.
2014-01-10scripts: add a link to GPLv3 license
2014-01-10scripts/import_gmane_spool: fix name in usage
Just use $0 for now, since I suck at naming things.
2014-01-09initial commit