diff options
| author | bwarsaw | 2002-08-15 02:27:22 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-08-15 02:27:22 +0000 |
| commit | 7d4466401b413190b19ae2ffc6ae179b5ecd3613 (patch) | |
| tree | 583f0d7e85878dd03ef3e53adc0ba1d296750d48 /Mailman/Gui/ContentFilter.py | |
| parent | 59d71da8fafcacc3e70c91140ba941520e75a46f (diff) | |
| download | mailman-7d4466401b413190b19ae2ffc6ae179b5ecd3613.tar.gz mailman-7d4466401b413190b19ae2ffc6ae179b5ecd3613.tar.zst mailman-7d4466401b413190b19ae2ffc6ae179b5ecd3613.zip | |
Diffstat (limited to 'Mailman/Gui/ContentFilter.py')
| -rw-r--r-- | Mailman/Gui/ContentFilter.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mailman/Gui/ContentFilter.py b/Mailman/Gui/ContentFilter.py index f763c5221..ed27f5f42 100644 --- a/Mailman/Gui/ContentFilter.py +++ b/Mailman/Gui/ContentFilter.py @@ -86,7 +86,11 @@ class ContentFilter(GUIBase): _("""Use this option to remove each message attachment that does not have a matching content type. Requirements and formats are exactly like <a href="?VARHELP=contentfilter/filter_mime_types" - >filter_mime_types</a>.""")), + >filter_mime_types</a>. + + <p><b>Note:</b> if you add entries to this list but don't add + <tt>multipart</tt> to this list, any messages with attachments + will be rejected by the pass filter.""")), ('convert_html_to_plaintext', mm_cfg.Radio, (_('No'), _('Yes')), 0, |
