Package: mailman
Version: 2.1.5-8

We have been having some difficulties with getting the threading
working correctly with mailman. When a mail is sent to the mailing
list using the command mailx, the mail is always threaded one level
down.

The problem seems to be that mailx generates Message-ID containing
dash '-' as a separator.

Adding the following line at the end of the function strip_separator()
in /usr/lib/mailman/Mailman/Archiver/pipermail.py seems to fix the
problem:

    s = s.replace('-', '.')

See http://www.fenics.org/pipermail/dolfin-dev/2005-May/thread.html
for example output from Mailman (Pipermail) before and after the
change.

Thanks
/Anders Logg


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to