diff options
| author | bwarsaw | 2000-12-26 17:27:39 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-12-26 17:27:39 +0000 |
| commit | 1c8ca76cbce54a02780d481ffceaa390357aa9d9 (patch) | |
| tree | 83b728b65123098afe429e54bee29e5606bd1643 /bin | |
| parent | 693c5d0536c0bcb15beee46486d47f0725a71d7a (diff) | |
| download | mailman-1c8ca76cbce54a02780d481ffceaa390357aa9d9.tar.gz mailman-1c8ca76cbce54a02780d481ffceaa390357aa9d9.tar.zst mailman-1c8ca76cbce54a02780d481ffceaa390357aa9d9.zip | |
main(): Call maketext() with the list's preferred language.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/newlist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/newlist b/bin/newlist index a07a67edd..654129b35 100755 --- a/bin/newlist +++ b/bin/newlist @@ -207,7 +207,7 @@ def main(): 'listinfo_url': mlist.GetScriptURL('listinfo', absolute=1), 'requestaddr' : "%s-request@%s" % (listname, mlist.host_name), 'hostname' : mlist.host_name, - }) + }, mlist.preferred_language)) msg = Message.UserNotification( owner_mail, 'mailman-owner@' + mlist.host_name, |
