summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/docs/cook-headers.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-332/+0
|
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-2/+2
| | | | | for consistency. This changes the REST API for mailing list resources. (LP: #787599)
* More documentation improvements.Barry Warsaw2010-09-091-24/+26
|
* So long X-BeenThere, and thanks for all the fish.Barry Warsaw2010-02-161-30/+0
|
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-2/+2
| | | | | | | | * Give IMailingList a .domain attribute which looks up the IDomain for its .host_name. This cleans up a lot of code. * Add a test for the 'confirm' email command. * Suppress blank lines in email command responses. * Make the IDomainCollection a utility.
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-26/+27
|
* Wow. Put domains into the database.Barry Warsaw2009-07-161-4/+4
| | | | | | | | Add an IDomainManager and a global domain manager which can be gotten by adapting the global config object. Add an IDomainCollection interface for exposing the domain manager onto the API.
* There are some situations where the RFC 2919 List-ID header must be explicitlyBarry Warsaw2009-03-031-2/+35
| | | | | set. Make this possible by moving list_id to an attribute of the MailingList object instead of hard-coding its calculation in cook_headers.py.
* 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/+326
correctly regardless of how it's used.