From dda21fc619518344dfc44081c64674f6374fe404 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 5 Jul 2008 10:41:12 -0400 Subject: 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 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4c2644401..e0c3a6ebc 100644 --- a/setup.py +++ b/setup.py @@ -93,6 +93,7 @@ Any other spelling is incorrect.""", 'mailman.archiver' : [ 'pipermail = mailman.app.archiving:Pipermail', 'prototype = mailman.app.archiving:Prototype', + 'mail-archive = mailman.app.archiving:MailArchive', ], 'mailman.scrubber' : 'stock = mailman.app.archiving:Pipermail', 'mailman.commands' : list(commands), -- cgit v1.2.3-70-g09d2