From 17f286de64cb3373d68c4fefba6d9369b4e3f960 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 27 Mar 2008 05:14:14 -0400 Subject: 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. --- mailman/pipeline/docs/file-recips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailman/pipeline/docs') diff --git a/mailman/pipeline/docs/file-recips.txt b/mailman/pipeline/docs/file-recips.txt index 03328f97e..e93bba9aa 100644 --- a/mailman/pipeline/docs/file-recips.txt +++ b/mailman/pipeline/docs/file-recips.txt @@ -40,7 +40,7 @@ members.txt. If the file doesn't exist, the list of recipients will be empty. >>> import os - >>> file_path = os.path.join(mlist.full_path, 'members.txt') + >>> file_path = os.path.join(mlist.data_path, 'members.txt') >>> open(file_path) Traceback (most recent call last): ... -- cgit v1.2.3-70-g09d2