From 3c77c83ec4070e7183482445ff0b9a30398b72f4 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 4 Sep 2012 21:31:50 -0400 Subject: * The link between members and the mailing lists they are subscribed to, is now via the RFC 2369 `list_id` instead of the fqdn listname (i.e. posting address). This is because while the posting address can change if the mailing list is moved to a new server, the list id is fixed. (LP: #1024509) + IListManager.get_by_list_id() added. + IListManager.list_ids added. + IMailingList.list_id added. + Several internal APIs that accepted fqdn list names now require list ids, e.g. ISubscriptionService.join() and .find_members(). + IMember.list_id attribute added; .mailing_list is now an alias that retrieves and returns the IMailingList. - list_id added (LP: #1024509) --- src/mailman/commands/cli_lists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/commands/cli_lists.py') diff --git a/src/mailman/commands/cli_lists.py b/src/mailman/commands/cli_lists.py index cf72c51a8..b91f708de 100644 --- a/src/mailman/commands/cli_lists.py +++ b/src/mailman/commands/cli_lists.py @@ -274,4 +274,4 @@ class Remove: return else: log(_('Removed list: $fqdn_listname')) - remove_list(fqdn_listname, mlist) + remove_list(mlist) -- cgit v1.2.3-70-g09d2