[Mailman-Developers] [ mailman-Patches-656346 ] correct logging of pending requests

noreply at sourceforge.net noreply at sourceforge.net
Mon Dec 23 19:03:55 EST 2002


Patches item #656346, was opened at 2002-12-19 10:49
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=656346&group_id=103

Category: list administration
Group: Mailman 2.1
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Jost Krieger (jkrieger)
Assigned to: Nobody/Anonymous (nobody)
Summary: correct logging of pending requests

Initial Comment:
I have no idea what the previous code
was supposed to do.
The new version logs what I think it should log (for me).

--- Mailman/MailList.py.ORIG    Wed Nov 27 12:01:18 2002
+++ Mailman/MailList.py Wed Nov 27 12:01:44 2002
@@ -826,7 +826,7 @@
             if recipient <> email:
                 who = "%s (%s)" % (email,
recipient.split('@')[0])
             else:
-                who = name
+                who = "%s (%s)" % (email, name)
             syslog('subscribe', '%s: pending %s %s',
                    self.internal_name(), who, by)
             raise Errors.MMSubscribeNeedsConfirmation


----------------------------------------------------------------------

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-12-23 22:03

Message:
Logged In: YES 
user_id=12800

I believe this is outdated by changes already in MM2.1b6+

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=656346&group_id=103



More information about the Mailman-Developers mailing list