diff options
| author | bwarsaw | 2001-10-24 06:51:57 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-10-24 06:51:57 +0000 |
| commit | 35813c1876aaa1871f79c3acebddb2dc1cd61cfe (patch) | |
| tree | 2d613d49444c154262a1cea13ca5d33d59e6ea64 | |
| parent | 8fca9e283e3ba26633dafbe509da7d755c9325a1 (diff) | |
| download | mailman-35813c1876aaa1871f79c3acebddb2dc1cd61cfe.tar.gz mailman-35813c1876aaa1871f79c3acebddb2dc1cd61cfe.tar.zst mailman-35813c1876aaa1871f79c3acebddb2dc1cd61cfe.zip | |
ARCHIVE_CLEANSER => ARCHIVE_SCRUBBER
| -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 |
