]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: make --suppress-cc=self sanitize input
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 5 Jun 2013 18:11:00 +0000 (21:11 +0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Jun 2013 19:26:58 +0000 (12:26 -0700)
commitda18759e86bb1a7ee718c79a0c6cb15fbcbdf3c2
treeaeb75e5930620bdc4c385c014870099483683fc0
parentd6ee44568c876f7644f23d7f4319f7689348de76
send-email: make --suppress-cc=self sanitize input

--suppress-cc=self fails to filter sender address in many cases where it
needs to be sanitized in some way, for example quoted:
"A U. Thor" <author@example.com>
To fix, make send-email sanitize both sender and the address it is
compared against.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl