From 21fec6ecbf18716a61bbcf2ed945629734d26d4b Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Tue, 15 Oct 2002 18:50:34 +0000 Subject: ForwardMessage(): Typo. OwnerNotification's don't take a lang argument (since they can calculate that from the mlist argument). Found by Mentor Cana. --- Mailman/Deliverer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Mailman/Deliverer.py b/Mailman/Deliverer.py index 5134e1daf..edb8cb97b 100644 --- a/Mailman/Deliverer.py +++ b/Mailman/Deliverer.py @@ -129,7 +129,6 @@ your membership administrative address, %(addr)s.''')) attachment = MIMEMessage(msg) notice = Message.OwnerNotification( self, self.GetBouncesEmail(), subject, - lang=self.preferred_language, tomoderators=tomoderators) # Make it look like the message is going to the -owner address notice.set_type('multipart/mixed') -- cgit v1.3.1