On 29 Jun 2017, Eric Wheeler verbalised: > Hmm, I think vger might not be letting them in because the From: header > differs from the original sender (ie, I am not @oracle.com) so > DNS/SPF/DKIM and such are wrong. > > What do you do in these cases? Should I rewrite the From: header? > Somehow the original author should remain. If these are patches from 'git format-patch', you do it by putting your name in the email From: and the author you want in the commit as a From header in the very first line of the email. 'git am' will then ignore the header line in favour of the first-line override. I believe 'git send-email' should be doing this automatically if your email address is not the same as the patch author, but I could be wrong... See the DISCUSSION section in 'man git-am'.