summaryrefslogtreecommitdiff
path: root/mailman/interfaces
diff options
context:
space:
mode:
authorBarry Warsaw2008-07-05 10:41:12 -0400
committerBarry Warsaw2008-07-05 10:41:12 -0400
commitdda21fc619518344dfc44081c64674f6374fe404 (patch)
treec5b379ad5d375046094185767d2a0448691e41be /mailman/interfaces
parent408043ad8404798e9b8b93a1ee1cd81db897639c (diff)
downloadmailman-dda21fc619518344dfc44081c64674f6374fe404.tar.gz
mailman-dda21fc619518344dfc44081c64674f6374fe404.tar.zst
mailman-dda21fc619518344dfc44081c64674f6374fe404.zip
Implement the basic Mail-Archive.com archiving algorithm.
Fix the start up of the SMTPServer to listen on a consistent port number. post_number -> post_id
Diffstat (limited to 'mailman/interfaces')
-rw-r--r--mailman/interfaces/mailinglist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/interfaces/mailinglist.py b/mailman/interfaces/mailinglist.py
index a5f6a9e9a..8a9967e89 100644
--- a/mailman/interfaces/mailinglist.py
+++ b/mailman/interfaces/mailinglist.py
@@ -147,7 +147,7 @@ class IMailingList(Interface):
last_post_date = Attribute(
"""The date and time a message was last posted to the mailing list.""")
- post_number = Attribute(
+ post_id = Attribute(
"""A monotonically increasing integer sequentially assigned to each
list posting.""")