summaryrefslogtreecommitdiff
path: root/mailman/pipeline/file_recipients.py
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-65/+0
| | | | correctly regardless of how it's used.
* Several important cleanups.Barry Warsaw2009-01-161-0/+2
| | | | | | | | | | * Turn on absolute_import and unicode_literals everywhere, and deal with the aftermath. * Use 'except X as Y' everywhere. * Make the module prologues much more consistent. * Use '{}'.format() consistently, except for logger interface. * Because of the problems with calling ** args with unicode keywords, hide calls to Template.substitute() behind an API.
* Remove the mailman.interface magic. Use the more specific interface imports.Barry Warsaw2009-01-041-1/+1
|
* Bump copyright yearsBarry Warsaw2009-01-011-1/+1
|
* The future is now.Barry Warsaw2008-10-171-3/+3
|
* mailman.Errors -> mailman.core.errorsBarry Warsaw2008-09-261-1/+0
|
* Upgrade to GPLv3.Barry Warsaw2008-09-241-12/+12
|
* Added a test of the OutgoingRunner, and subsequent changes to make it pass,Barry Warsaw2008-03-271-1/+1
| | | | | | | | | | | | | | including: - MailingList.full_path -> IMailingList.data_path and implement this as a property on the MailingList object. - Fix the 'decorate' handler to work with the new member/user data model, instead of the old MemberAdaptor interface. - Fix a few problems with the smtp-direct handler, though this needs more work and tests. - Add some debug logging to both the test smtplistener and the SMTPServer proxy. Fix the proxy's consumption of messages from the thread queue. - Fix the smtplistener's calculation of the X-Peer header.
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-0/+64