diff options
Diffstat (limited to 'src/mailman/mta/postfix.py')
| -rw-r--r-- | src/mailman/mta/postfix.py | 2 |
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: |
