From 1159b78601ffb15558754b35e272d34bc8938a43 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 27 Jan 2012 16:45:39 -0500 Subject: * Add property `IListmanager.name_compoments` which returns 2-tuples for every mailing list as (list_name, mail_host). --- src/mailman/mta/postfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/mta/postfix.py') diff --git a/src/mailman/mta/postfix.py b/src/mailman/mta/postfix.py index 2501dc0de..171e0737b 100644 --- a/src/mailman/mta/postfix.py +++ b/src/mailman/mta/postfix.py @@ -100,7 +100,7 @@ class LMTP: def _do_write_file(self, fp): """Do the actual file writes for list creation.""" - # Sort all existing mailing list names first by domain, then my local + # Sort all existing mailing list names first by domain, then by local # part. For postfix we need a dummy entry for the domain. by_domain = {} for mlist in getUtility(IListManager).mailing_lists: -- cgit v1.2.3-70-g09d2