From 7e6dcf6ee6dee14e803367bb615075165e6f844f Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 3 Jan 2002 16:50:38 +0000 Subject: Fix a comment. --- Mailman/Defaults.py.in | 4 ++-- 1 file 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' -- cgit v1.3.1