author | Brian Gernhardt <brian@gernhardtsoftware.com> | |
Sat, 10 Apr 2010 14:53:54 +0000 (10:53 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 10 Apr 2010 20:01:20 +0000 (13:01 -0700) | ||
commit | 59a8630338ea0173b9777eb9b3e3c9185643efb1 | |
tree | 7e1c779ece52de3913b1a0b5f3071c9bd54cf7d6 | tree | snapshot |
parent | 68ce93307fcc0364816664114a71c58f60bbad94 | commit | diff |
send-email: Don't use FQDNs without a '.'
Although Net::Domain::domainname attempts to be very thorough, the
host's configuration can still refuse to give a FQDN. Check to see if
what we receive contains a dot as a basic sanity check.
Since the same condition is used twice and getting complex, let's move
it to a new function.
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Although Net::Domain::domainname attempts to be very thorough, the
host's configuration can still refuse to give a FQDN. Check to see if
what we receive contains a dot as a basic sanity check.
Since the same condition is used twice and getting complex, let's move
it to a new function.
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl | diff | blob | history |