diff options
| -rw-r--r-- | Mailman/Defaults.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
