diff options
| author | Barry Warsaw | 2012-03-17 12:54:26 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-17 12:54:26 -0400 |
| commit | 8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29 (patch) | |
| tree | 4d107a8b995f113feed454bd8662986cff8888ba /src/mailman/interfaces/mailinglist.py | |
| parent | 5aa8f097f1d7a96500ccd2ccfa2fedd6ac830786 (diff) | |
| parent | 24991d17919f2715a7f2e875d2fb7fe72e53efcf (diff) | |
| download | mailman-8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29.tar.gz mailman-8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29.tar.zst mailman-8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29.zip | |
Diffstat (limited to 'src/mailman/interfaces/mailinglist.py')
| -rw-r--r-- | src/mailman/interfaces/mailinglist.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mailman/interfaces/mailinglist.py b/src/mailman/interfaces/mailinglist.py index 3c7ea9ee8..d92bae464 100644 --- a/src/mailman/interfaces/mailinglist.py +++ b/src/mailman/interfaces/mailinglist.py @@ -421,6 +421,12 @@ class IMailingList(Interface): Filtering is performed on MIME type and file name extension. """) + filter_action = Attribute( + """Action to take when the top-level content-type is filtered. + + The value is a `FilterAction` enum. + """) + convert_html_to_plaintext = Attribute( """Flag specifying whether text/html parts should be converted. |
