summaryrefslogtreecommitdiff
path: root/src/mailman/templates/en/unsubauth.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New template system. Closes #249Barry Warsaw2016-07-161-11/+0
| | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-1/+1
| | | | | | * RequestRecord contains no password key so these are not part of the held requests database any more. * Pending record contains `email` now instead of `address`.
* 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.