summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-01-03 16:50:38 +0000
committerbwarsaw2002-01-03 16:50:38 +0000
commit7e6dcf6ee6dee14e803367bb615075165e6f844f (patch)
treea4709ac31b9fc727574774f1ac65dbaf5fd493eb
parente4602ba8ba21a6cb55be34916c6e4b79290c1679 (diff)
downloadmailman-7e6dcf6ee6dee14e803367bb615075165e6f844f.tar.gz
mailman-7e6dcf6ee6dee14e803367bb615075165e6f844f.tar.zst
mailman-7e6dcf6ee6dee14e803367bb615075165e6f844f.zip
Fix a comment.
-rw-r--r--Mailman/Defaults.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 4721b68bf..52dd35732 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -189,8 +189,8 @@ PRIVATE_EXTERNAL_ARCHIVER = 0
# A filter module that converts from multipart messages to "flat" messages
# (i.e. containing a single payload). This is required for Pipermail, and you
# may want to set it to 0 for external archivers. You can also replace it
-# with your own module as long as it's importable, and contains a process()
-# function that takes a MailList object and a Message object. It should raise
+# with your own module as long as it contains a process() function that takes
+# a MailList object and a Message object. It should raise
# Errors.DiscardMessage if it wants to throw the message away. Otherwise it
# should modify the Message object as necessary.
ARCHIVE_SCRUBBER = 'Mailman.Handlers.Scrubber'