From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sun, 22 Mar 2009 09:59:59 -0700 Subject: [sup-talk] Patch for message-id problem In-Reply-To: References: Message-ID: <1237740682-sup-5677@entry> Reformatted excerpts from Mark Alexander's message of 2009-03-20: > Here's a patch for the message-id problem I mentioned earlier, where > the header line was split into two lines: Thanks! I've modified this slightly so that the regex looks like: HEADER_RE = /\s*(.*?)\s*/ which I believe is equivalent to your change. I've applied the patch directly to master and that will probably be the last thing going in before an 0.7 release. > I've added a somewhat large test case to the unit test that is an > exact copy of a message that was causing me problems, but with the > company name changed to protect the innocent. Very useful. Thanks! A minor comment: for future patches, it will be easier for me to apply your changes if you use git format-patch instead of git diff. -- William