Ran into this today. I had a commit message that looked like: --- Do something >From <http://url>: Words --- I put it through imap-send to email it to my project, and ended up with this output: sending 1 messages 200% (2/1) done On the server side, it was split into two mails on either side of that commit message's From line with neither mail actually containing the >From line. To fix it, I just changed it to "Copied from <url>:" :-P Ain't mbox grand? -- 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