On Fri, Feb 13, 2009 at 06:05:13PM -0500, Jay Soffian wrote: > This patch teaches it to unfold header lines by pre-processing the > header before extracting any of its fields. It also teaches it to split > the Cc line using Mail::Address if available, otherwise it just splits > on a simple \s*,\s* regular expression. Ugh. This is not in any way a comment on your patch, but it is really painful to see time and again send-email bugs like this that could be solved by using the wealth of existing perl modules. I think send-email is stuck somewhere between "here is the bare minimum to send some patches, and we don't want to require any fancy dependencies" and "a full-fledged replacement for my MUA when dealing with patches". The approach of "use this module if we have it, otherwise do something quick and dirty" might be the best approach. But I do wonder if the "quick and dirty" code path will end up buggy due to lack of use, and/or be surprising for people who expect send-email to be more thorough. The other alternatives are to keep fixing bugs and improving incrementally until it converges on being an actual MUA, or to simply start a rewrite based on reasonable CPAN modules. I don't know what the right solution is. I am certainly not volunteering to rewrite; I am very happy just using my actual MUA to send patches. :) -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html