summaryrefslogtreecommitdiff
path: root/src/mailman/templates/en/subauth.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New template system. Closes #249Barry Warsaw2016-07-161-5/+0
| | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.
* Subsume hold_subscription() functionality into the subscription workflow.Barry Warsaw2015-04-131-6/+0
| | | | | Specifically, log a message and send a notification to the list owners when a subscription is held and the list is so configured.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+11
correctly regardless of how it's used.