[Mailman-Developers] Modifications to msg

Ellen Spertus spertus@mills.edu
Mon, 18 Mar 2002 17:03:14 -0800


At 07:55 PM 3/18/2002 -0500, Barry A. Warsaw wrote:

>Just a quick style nit; I hope you don't mind!
>
>     | 1    if msgdata.get('dlist'):
>     | 2        threadID = msgdata['thread_id']
>     | 3        syslog('info', "threadID = %d", threadID)
>     | 4        to_line =  '%s-%d@%s' % (mlist.real_name.lower(),
>----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^
>
>better to use "mlist.internal_name()".

Not at all.  Thanks.

Ellen