From 5ca899a81b547dd46197b8d51c7f51538ecde397 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 6 Mar 2008 00:29:11 -0500 Subject: Fix a typo in a roster name. Remove an outdated comment. Add an SMTPServer wrapper class to the test helpers module. This will be used in tests of the outgoing queue, which actually needs to talk to an SMTP server. Adapt the smtpd-based server to being run under thread control, and remove some now unnecessary code. --- mailman/queue/lmtp.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'mailman/queue/lmtp.py') diff --git a/mailman/queue/lmtp.py b/mailman/queue/lmtp.py index 23aa9b360..71ae2b9cc 100644 --- a/mailman/queue/lmtp.py +++ b/mailman/queue/lmtp.py @@ -38,8 +38,6 @@ See the variable USE_LMTP in Defaults.py.in for enabling this delivery mechanism. """ -# NOTE: LMTP delivery is experimental in Mailman 2.2. - import os import email import smtpd -- cgit v1.2.3-70-g09d2