summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-10-24 06:51:57 +0000
committerbwarsaw2001-10-24 06:51:57 +0000
commit35813c1876aaa1871f79c3acebddb2dc1cd61cfe (patch)
tree2d613d49444c154262a1cea13ca5d33d59e6ea64
parent8fca9e283e3ba26633dafbe509da7d755c9325a1 (diff)
downloadmailman-35813c1876aaa1871f79c3acebddb2dc1cd61cfe.tar.gz
mailman-35813c1876aaa1871f79c3acebddb2dc1cd61cfe.tar.zst
mailman-35813c1876aaa1871f79c3acebddb2dc1cd61cfe.zip
ARCHIVE_CLEANSER => ARCHIVE_SCRUBBER
-rw-r--r--Mailman/Defaults.py.in2
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