From 35813c1876aaa1871f79c3acebddb2dc1cd61cfe Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 24 Oct 2001 06:51:57 +0000 Subject: ARCHIVE_CLEANSER => ARCHIVE_SCRUBBER --- Mailman/Defaults.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 5dba5c484..28fd92cc5 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -191,7 +191,7 @@ PRIVATE_EXTERNAL_ARCHIVER = 0 # 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_CLEANSER = 'Mailman.Handlers.Scrubber' +ARCHIVE_SCRUBBER = 'Mailman.Handlers.Scrubber' # Set this to 1 to enable gzipping of the downloadable archive .txt file. # Note that this is /extremely/ inefficient, so an alternative is to just -- cgit v1.3.1