Joe Perches <joe@xxxxxxxxxxx> writes: > diff --git a/git-send-email.perl b/git-send-email.perl > index f68ed5a..1ae5fbf 100755 > --- a/git-send-email.perl > +++ b/git-send-email.perl > @@ -960,7 +960,7 @@ sub maildomain { > sub send_message { > my @recipients = unique_email_list(@to); > @cc = (grep { my $cc = extract_valid_address($_); > - not grep { $cc eq $_ } @recipients > + not grep { $cc eq $_ || $_ =~ /<${cc}>$/ } @recipients /<\Q${cc}\E>$/ Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- 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