summaryrefslogtreecommitdiff
path: root/mailman/queue/command.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-01-04 19:41:05 -0500
committerBarry Warsaw2009-01-04 19:41:05 -0500
commitf6d998b93b0dd8978eadc9abc4c3964e3fe66bf7 (patch)
treefc64f36b862ae61965e8d23fd00e56dcac1a5ee3 /mailman/queue/command.py
parent706c3853103f53955068cc429c0bd6d1f8fb6dd0 (diff)
downloadmailman-f6d998b93b0dd8978eadc9abc4c3964e3fe66bf7.tar.gz
mailman-f6d998b93b0dd8978eadc9abc4c3964e3fe66bf7.tar.zst
mailman-f6d998b93b0dd8978eadc9abc4c3964e3fe66bf7.zip
Diffstat (limited to 'mailman/queue/command.py')
-rw-r--r--mailman/queue/command.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/mailman/queue/command.py b/mailman/queue/command.py
index 983f6e77a..45c9693b5 100644
--- a/mailman/queue/command.py
+++ b/mailman/queue/command.py
@@ -29,21 +29,16 @@ __all__ = [
# -owner.
import re
-import sys
import logging
from StringIO import StringIO
from email.Errors import HeaderParseError
-from email.Header import decode_header, make_header, Header
+from email.Header import decode_header, make_header
from email.Iterators import typed_subpart_iterator
-from email.MIMEMessage import MIMEMessage
-from email.MIMEText import MIMEText
from zope.interface import implements
from mailman import Defaults
from mailman import Message
-from mailman import Utils
-from mailman.app.replybot import autorespond_to_sender
from mailman.config import config
from mailman.i18n import _
from mailman.interfaces.command import ContinueProcessing, IEmailResults