summaryrefslogtreecommitdiff
path: root/src/mailman/inject.py
Commit message (Collapse)AuthorAgeFilesLines
* * Move inject.py to mailman.app package.Barry Warsaw2011-06-151-92/+0
| | | | | * Expose **kws to inject_text() * Add tests.
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Add decorations.Barry Warsaw2009-11-011-1/+1
| | | | s/recips/recipients/
* Many pylint cleanups.Barry Warsaw2009-06-301-0/+4
|
* Major cleanup of the automatic response stuff.Barry Warsaw2009-02-191-5/+7
| | | | | | | | | inject_message() grows a keyword argument dictionary which gets merged into the message metadata. Move NODELTA into the autorespond interface as ALWAYS_REPLY. Convert the integer response values into the ResponseAction enum.
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-2/+2
| | | | | | | | | 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/+86
correctly regardless of how it's used.