diff options
| author | bwarsaw | 2002-01-12 04:58:41 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-01-12 04:58:41 +0000 |
| commit | 29ccc00ae5e89fbc33ebedf7da0a607041dda2fb (patch) | |
| tree | 237958c3294ac88daf5b25f8166f09c860e5798e | |
| parent | 8ecef2c99e94398c8c7172c5dba2426403cab555 (diff) | |
| download | mailman-29ccc00ae5e89fbc33ebedf7da0a607041dda2fb.tar.gz mailman-29ccc00ae5e89fbc33ebedf7da0a607041dda2fb.tar.zst mailman-29ccc00ae5e89fbc33ebedf7da0a607041dda2fb.zip | |
| -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 17b23a570..7f62ed993 100644 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -408,7 +408,7 @@ class ListAdmin: msg = Message.UserNotification(owneraddr, owneraddr, subject, text) msg['MIME-Version'] = '1.0' msg.add_header('Content-Type', 'text/plain', - charset=Utils.GetCharSet(mlist.preferred_language)) + charset=Utils.GetCharSet(self.preferred_language)) msg.send(self, **{'tomoderators': 1}) def __handleunsubscription(self, record, value, comment): |
