Hi, My commit author name is "Jason A. Donenfeld". Because this has a dot, SMTP handling likes to put it in quotes. git-send-email has this line: if (defined $author and $author ne $sender) { With my name, this always winds up false, because it's comparing '"Jason A. Donenfeld" <Jason@xxxxxxxxx>' with 'Jason A. Donenfeld <Jason@xxxxxxxxx>'. So, the logic needs to be fixed somehow. Thanks, Jason -- 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