summaryrefslogtreecommitdiff
path: root/src/mailman/bin/inject.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert bin/inject to bin/mailman injectBarry Warsaw2009-09-191-91/+0
| | | | | | Expose the database store on .store instead of ._store A few other cleanups.
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-1/+2
|
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-211-1/+2
| | | | | * Use the IListManager() adapter instead of hanging the list manager off of config.db. This makes the code somewhat cleaner.
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-1/+1
| | | | | | | | | Message.sender (property) and Message.get_senders() to Message.senders (another property). The semantics of .sender is slightly different too; it no longer consults config.mailman.use_envelope_sender. Add absolute_import and unicode_literals to Utils.py, and clean up a few imports.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+89
correctly regardless of how it's used.