diff options
| author | Barry Warsaw | 2011-11-06 18:20:08 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2011-11-06 18:20:08 -0500 |
| commit | ac49e4c485345058d2ee582b9966f441b2349738 (patch) | |
| tree | ed6bbe0bf525058f00d83892b5caaae51e1ca258 /src/mailman/interfaces/mailinglist.py | |
| parent | b475b1314386a574166d9c1d8095b363e7ceba9c (diff) | |
| download | mailman-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.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.""") |
