summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mailinglist.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-11-06 18:20:08 -0500
committerBarry Warsaw2011-11-06 18:20:08 -0500
commitac49e4c485345058d2ee582b9966f441b2349738 (patch)
treeed6bbe0bf525058f00d83892b5caaae51e1ca258 /src/mailman/interfaces/mailinglist.py
parentb475b1314386a574166d9c1d8095b363e7ceba9c (diff)
downloadmailman-ac49e4c485345058d2ee582b9966f441b2349738.tar.gz
mailman-ac49e4c485345058d2ee582b9966f441b2349738.tar.zst
mailman-ac49e4c485345058d2ee582b9966f441b2349738.zip
Diffstat (limited to 'src/mailman/interfaces/mailinglist.py')
-rw-r--r--src/mailman/interfaces/mailinglist.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/interfaces/mailinglist.py b/src/mailman/interfaces/mailinglist.py
index 4ef35c115..d96e844bf 100644
--- a/src/mailman/interfaces/mailinglist.py
+++ b/src/mailman/interfaces/mailinglist.py
@@ -105,9 +105,6 @@ class IMailingList(Interface):
mailing lists, or in headers, and so forth. It should be as succinct
as you can get it, while still identifying what the list is.""")
- list_id = Attribute(
- """The RFC 2919 List-ID header value.""")
-
include_list_post_header = Attribute(
"""Flag specifying whether to include the RFC 2369 List-Post header.
This is usually set to True, except for announce-only lists.""")