On Fri, Jul 13, 2007 at 11:30:50AM +0200, martin f krafft wrote: > git format-patch -s --stdout | sendmail git@xxxxxxxxxxxxxxx > > Even though my mail server seems to have delivered them correctly: > [...] > they never made it onto the list. vger will reject messages without a message-id. git-format-patch by default does not generate a message-id, so unless sendmail generates one on the fly, that is your problem. In general, git-format-patch output is probably not suitable for direct sending...have you looked at git-send-email? -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