summaryrefslogtreecommitdiff
path: root/mailman/queue/lmtp.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-03-06 00:29:11 -0500
committerBarry Warsaw2008-03-06 00:29:11 -0500
commit5ca899a81b547dd46197b8d51c7f51538ecde397 (patch)
tree43f1ce1d7b94ff46d8e546ab9abf92e4dd9e494e /mailman/queue/lmtp.py
parenta1c73f6c305c7f74987d99855ba59d8fa823c253 (diff)
downloadmailman-5ca899a81b547dd46197b8d51c7f51538ecde397.tar.gz
mailman-5ca899a81b547dd46197b8d51c7f51538ecde397.tar.zst
mailman-5ca899a81b547dd46197b8d51c7f51538ecde397.zip
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.
Diffstat (limited to 'mailman/queue/lmtp.py')
-rw-r--r--mailman/queue/lmtp.py2
1 files changed, 0 insertions, 2 deletions
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