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 <[email protected]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
