[ mailman-Patches-656346 ] correct logging of pending requests
Patches item #656346, was opened at 2002-12-19 15: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: Open Resolution: None 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=656346&group_id=103
participants (1)
-
noreply@sourceforge.net