diff options
Diffstat (limited to 'src/mailman/interfaces/mailinglist.py')
| -rw-r--r-- | src/mailman/interfaces/mailinglist.py | 3 |
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.""") |
