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/file_recipients.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailman/pipeline/file_recipients.py') diff --git a/mailman/pipeline/file_recipients.py b/mailman/pipeline/file_recipients.py index 8d97500fe..44ced925d 100644 --- a/mailman/pipeline/file_recipients.py +++ b/mailman/pipeline/file_recipients.py @@ -46,7 +46,7 @@ class FileRecipients: """See `IHandler`.""" if 'recips' in msgdata: return - filename = os.path.join(mlist.full_path, 'members.txt') + filename = os.path.join(mlist.data_path, 'members.txt') try: with open(filename) as fp: addrs = set(line.strip() for line in fp) -- cgit v1.2.3-70-g09d2