summaryrefslogtreecommitdiff
path: root/src/mailman/mta/postfix.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-01-27 16:45:39 -0500
committerBarry Warsaw2012-01-27 16:45:39 -0500
commit1159b78601ffb15558754b35e272d34bc8938a43 (patch)
tree356dcf7c448be1e1fa46959a4f37169f55ce20d9 /src/mailman/mta/postfix.py
parentcdfc752b33a9aaed0fb3ea311e88af02d9d44419 (diff)
downloadmailman-1159b78601ffb15558754b35e272d34bc8938a43.tar.gz
mailman-1159b78601ffb15558754b35e272d34bc8938a43.tar.zst
mailman-1159b78601ffb15558754b35e272d34bc8938a43.zip
Diffstat (limited to 'src/mailman/mta/postfix.py')
-rw-r--r--src/mailman/mta/postfix.py2
1 files changed, 1 insertions, 1 deletions
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: