-
Committer:
Barry Warsaw
-
Date:
2008-03-27 09:14:14 UTC
-
Revision ID:
barry@python.org-20080327091414-pcfqeebgn6cucwhk
Added a test of the OutgoingRunner, and subsequent changes to make it pass,
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.