diff options
| author | Barry Warsaw | 2009-08-12 23:53:34 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-08-12 23:53:34 -0400 |
| commit | e8044c07e50ecceaf6fc22e2f0d2a14b506af7b1 (patch) | |
| tree | 66aacfe99b6c15c10a484b95fbffd6a3f20373c1 /src/mailman/commands/cli_lists.py | |
| parent | 129dc2580ff5d0def7b5e5fcf95af53c7f9685de (diff) | |
| download | mailman-e8044c07e50ecceaf6fc22e2f0d2a14b506af7b1.tar.gz mailman-e8044c07e50ecceaf6fc22e2f0d2a14b506af7b1.tar.zst mailman-e8044c07e50ecceaf6fc22e2f0d2a14b506af7b1.zip | |
Diffstat (limited to 'src/mailman/commands/cli_lists.py')
| -rw-r--r-- | src/mailman/commands/cli_lists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_lists.py b/src/mailman/commands/cli_lists.py index 9d6c1a406..25e39cc49 100644 --- a/src/mailman/commands/cli_lists.py +++ b/src/mailman/commands/cli_lists.py @@ -212,7 +212,7 @@ class Create: # the old translation context is just (healthy? :) paranoia. with using_language(mlist.preferred_language.code): msg = UserNotification( - owner_mail, mlist.no_reply_address, + args.owners, mlist.no_reply_address, _('Your new mailing list: $fqdn_listname'), text, mlist.preferred_language) msg.send(mlist) |
