diff options
| author | bwarsaw | 2001-11-06 22:49:36 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-11-06 22:49:36 +0000 |
| commit | 20b4472808cd4b1254b6b5f2b93b291a377880d7 (patch) | |
| tree | 2a74349a515dbb6d3aaa4ef58fa939e0751d858c /Mailman/ListAdmin.py | |
| parent | 377131d01e3c0bcc43131744b486449cb224452c (diff) | |
| download | mailman-20b4472808cd4b1254b6b5f2b93b291a377880d7.tar.gz mailman-20b4472808cd4b1254b6b5f2b93b291a377880d7.tar.zst mailman-20b4472808cd4b1254b6b5f2b93b291a377880d7.zip | |
Diffstat (limited to 'Mailman/ListAdmin.py')
| -rw-r--r-- | Mailman/ListAdmin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py index 3d4c4d674..ec27012c9 100644 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -347,7 +347,7 @@ class ListAdmin: 'listname' : self.internal_name(), 'hostname' : self.host_name, 'admindb_url': self.GetScriptURL('admindb', absolute=1), - }, mlist=self, lang=lang) + }, mlist=self) # This message should appear to come from the <list>-owner so as # to avoid any useless bounce processing. owneraddr = self.GetOwnerEmail() |
