diff options
| author | bwarsaw | 2002-12-31 03:13:51 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-12-31 03:13:51 +0000 |
| commit | eb10a9b4a1234a66b08f30aa2f7a4e202514ecfa (patch) | |
| tree | b69a925587bcd4b9b3153467450dcae438f0b0f9 /Mailman/Deliverer.py | |
| parent | 82ddf3bf177a540c01341ee41d6addc27087139c (diff) | |
| download | mailman-eb10a9b4a1234a66b08f30aa2f7a4e202514ecfa.tar.gz mailman-eb10a9b4a1234a66b08f30aa2f7a4e202514ecfa.tar.zst mailman-eb10a9b4a1234a66b08f30aa2f7a4e202514ecfa.zip | |
Diffstat (limited to 'Mailman/Deliverer.py')
| -rw-r--r-- | Mailman/Deliverer.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Deliverer.py b/Mailman/Deliverer.py index ee61c6755..983a67d5c 100644 --- a/Mailman/Deliverer.py +++ b/Mailman/Deliverer.py @@ -70,12 +70,12 @@ your membership administrative address, %(addr)s.''')) msg['X-No-Archive'] = 'yes' msg.send(self, verp=mm_cfg.VERP_PERSONALIZED_DELIVERIES) - def SendUnsubscribeAck(self, addr): + def SendUnsubscribeAck(self, addr, lang): realname = self.real_name msg = Message.UserNotification( self.GetMemberAdminEmail(addr), self.GetBouncesEmail(), _('You have been unsubscribed from the %(realname)s mailing list'), - Utils.wrap(self.goodbye_msg), self.getMemberLanguage(addr)) + Utils.wrap(self.goodbye_msg), lang) msg.send(self, verp=mm_cfg.VERP_PERSONALIZED_DELIVERIES) def MailUserPassword(self, user): |
