summaryrefslogtreecommitdiff
path: root/src/mailman/docs/hooks.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation reorganization.Barry Warsaw2010-01-121-108/+0
|
* Rework the 'bin/mailman lists' arguments to be more likely useful in theBarry Warsaw2009-11-281-1/+1
| | | | common case.
* Rename files inside src/mailman/commands to indicate whether it's an emailBarry Warsaw2009-08-091-6/+3
| | | | | | command (eml_ prefix) or a command line interface (cli_ prefix). Fix a test breakage.
* Add initialization pre- and post- hooks, configurable in the config file.Barry Warsaw2009-05-151-0/+111
This lets you run a bit of Python at various stages of the initialization process. Move the warnings filters to the top mailman package __init__.py so you always get it. lazr.restful is too chatty. The environment variable $MAILMAN_CONFIG_FILE now overrides -C. Hmm, I think we really want it the original way.