]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-send-email.perl
Merge branch 'sg/rebase-progress' into maint
[thirdparty/git.git] / git-send-email.perl
index 751cabf47906f43aa49214cdd86725c882dae871..24859a7bc37b05909cf16554c102cadc842c13ff 100755 (executable)
@@ -1699,7 +1699,7 @@ sub process_file {
        # Now parse the message body
        while(<$fh>) {
                $message .=  $_;
-               if (/^([a-z-]*-by|Cc): (.*)/i) {
+               if (/^([a-z][a-z-]*-by|Cc): (.*)/i) {
                        chomp;
                        my ($what, $c) = ($1, $2);
                        # strip garbage for the address we'll use: