summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mailinglist.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-16 15:58:17 -0700
committerBarry Warsaw2012-03-16 15:58:17 -0700
commit24991d17919f2715a7f2e875d2fb7fe72e53efcf (patch)
tree80624655bf271f103f76377d9b09ce2ff0562dbb /src/mailman/interfaces/mailinglist.py
parent44ec37f890c7d4d35504d8f2e56c01abe8c60940 (diff)
downloadmailman-24991d17919f2715a7f2e875d2fb7fe72e53efcf.tar.gz
mailman-24991d17919f2715a7f2e875d2fb7fe72e53efcf.tar.zst
mailman-24991d17919f2715a7f2e875d2fb7fe72e53efcf.zip
Diffstat (limited to 'src/mailman/interfaces/mailinglist.py')
-rw-r--r--src/mailman/interfaces/mailinglist.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mailman/interfaces/mailinglist.py b/src/mailman/interfaces/mailinglist.py
index a3e6e443a..843430caf 100644
--- a/src/mailman/interfaces/mailinglist.py
+++ b/src/mailman/interfaces/mailinglist.py
@@ -423,6 +423,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.