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

noreply@sourceforge.net noreply@sourceforge.net
Mon, 24 Jun 2002 22:54:49 -0700


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

Category: None
Group: None
Status: Open
Resolution: None
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.



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

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