diff options
| author | Barry Warsaw | 2008-03-30 00:06:07 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-03-30 00:06:07 -0400 |
| commit | 7f440dc39489b32257c35f15ee6f27d90a197cf5 (patch) | |
| tree | a4aaec013ee63253b78cfeb3518e78b1df424a91 /mailman/Defaults.py | |
| parent | eecf4b29f2642f30b22ee978fa50d8713bec1a48 (diff) | |
| download | mailman-7f440dc39489b32257c35f15ee6f27d90a197cf5.tar.gz mailman-7f440dc39489b32257c35f15ee6f27d90a197cf5.tar.zst mailman-7f440dc39489b32257c35f15ee6f27d90a197cf5.zip | |
Diffstat (limited to 'mailman/Defaults.py')
| -rw-r--r-- | mailman/Defaults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/Defaults.py b/mailman/Defaults.py index 51ff8a039..04152dd33 100644 --- a/mailman/Defaults.py +++ b/mailman/Defaults.py @@ -273,7 +273,7 @@ PRIVATE_EXTERNAL_ARCHIVER = No # 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' +ARCHIVE_SCRUBBER = 'mailman.pipeline.scrubber' # Control parameter whether mailman.Handlers.Scrubber should use message # attachment's filename as is indicated by the filename parameter or use |
