diff options
| author | Barry Warsaw | 2009-03-03 00:31:03 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-03-03 00:31:03 -0500 |
| commit | f3ee1ed7d9198d79f7feaf6fb3bb5b6e5ae4bd38 (patch) | |
| tree | 2c233acf23575b15cbaadfb67298c96b751651ce /src/mailman/styles/default.py | |
| parent | b6ed8a7c98ea02af9014793f3b508c601da6ea75 (diff) | |
| download | mailman-f3ee1ed7d9198d79f7feaf6fb3bb5b6e5ae4bd38.tar.gz mailman-f3ee1ed7d9198d79f7feaf6fb3bb5b6e5ae4bd38.tar.zst mailman-f3ee1ed7d9198d79f7feaf6fb3bb5b6e5ae4bd38.zip | |
Diffstat (limited to 'src/mailman/styles/default.py')
| -rw-r--r-- | src/mailman/styles/default.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mailman/styles/default.py b/src/mailman/styles/default.py index ebfef6fca..ec8d8c776 100644 --- a/src/mailman/styles/default.py +++ b/src/mailman/styles/default.py @@ -94,20 +94,7 @@ from: .*@uplinkpro.com mlist.preferred_language = 'en' mlist.include_rfc2369_headers = True mlist.include_list_post_header = True - mlist.filter_mime_types = [] - mlist.pass_mime_types = [ - 'multipart/mixed', - 'multipart/alternative', - 'text/plain', - ] - mlist.filter_filename_extensions = [ - 'exe', 'bat', 'cmd', 'com', 'pif', 'scr', 'vbs', 'cpl', - ] - mlist.pass_filename_extensions = [] - mlist.filter_content = False mlist.collapse_alternatives = True - mlist.convert_html_to_plaintext = True - mlist.filter_action = 0 # Digest related variables mlist.digestable = True mlist.digest_is_default = False |
