[Mailman-Developers] [ mailman-Patches-573503 ] message-id munge error in ToUsenet.py

noreply@sourceforge.net noreply@sourceforge.net
Wed, 31 Jul 2002 12:31:21 -0700


Patches item #573503, was opened at 2002-06-25 01:54
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=573503&group_id=103

Category: None
>Group: Mailman 2.0.x
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Mark Weaver (mdw21)
Assigned to: Nobody/Anonymous (nobody)
Summary: message-id munge error in ToUsenet.py

Initial Comment:
    # Our Message-ID format is 
<mailman.secs.pid.listname@hostname>
    msgid = 
msg.get('message-id')
    hackmsgid = 1
    if msgid:
        mo = 
re.search(
            msgid, 
r'<mailman.\d+.\d+.(?P<listname>[^@]+)@(?P<hostname>[^>]+)>')
 
  
in the re.search, the parameters are the wrong way around.  The 
consequence is that a new message-id is assigned to each 
message and threading is easily broken.



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

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-07-31 15:31

Message:
Logged In: YES 
user_id=12800

Thanks fixed in MM2.0.x cvs.  It'll be part of MM2.0.14 if
there ever is one.  Patch not relevant for MM2.1.

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

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