diff options
| author | tkikuchi | 2005-12-24 01:53:19 +0000 |
|---|---|---|
| committer | tkikuchi | 2005-12-24 01:53:19 +0000 |
| commit | 33d8ca80b4b77d09b86830222387494cd7a6da26 (patch) | |
| tree | 4153d3bd7bbe346e2d34d3e22d8a4f9ea2e81acc /Mailman | |
| parent | 4fb9e9e4253a86560838833c3784cd451a6a94b9 (diff) | |
| download | mailman-33d8ca80b4b77d09b86830222387494cd7a6da26.tar.gz mailman-33d8ca80b4b77d09b86830222387494cd7a6da26.tar.zst mailman-33d8ca80b4b77d09b86830222387494cd7a6da26.zip | |
Change of default in Scrubber.py
Diffstat (limited to 'Mailman')
| -rw-r--r-- | Mailman/Defaults.py.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 65f861aee..7cef9c051 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -260,10 +260,13 @@ PRIVATE_EXTERNAL_ARCHIVER = No # should modify the Message object as necessary. ARCHIVE_SCRUBBER = 'Mailman.Handlers.Scrubber' -# Mailman.Handlers.Scrubber uses attachment's filename as is. -# If you don't like this (extremely long mime-encoded filename) then set -# this True. -SCRUBBER_DONT_USE_ATTACHMENT_FILENAME = False +# Control parameter whether Mailman.Handlers.Scrubber should use message +# attachment's filename as is indicated by the filename parameter or use +# 'attachement-xxx' instead. The default is set True because the applications +# on PC and Mac begin to use longer non-ascii filenames. Historically, it +# was set False in 2.1.6 for backward compatiblity but it was reset to True +# for safer operation in mailman-2.1.7. +SCRUBBER_DONT_USE_ATTACHMENT_FILENAME = True # Use of attachment filename extension per se is may be dangerous because # virus fakes it. You can set this True if you filter the attachment by |
