Picky mail systems won't accept email addresses where recipient has period in name; ie. David S. Miller will not work. Signed-off-by: Stephen Hemminger --- a/scripts/get_maintainer.pl 2010-02-18 22:57:00.614708380 -0800 +++ b/scripts/get_maintainer.pl 2010-02-18 22:57:00.634708417 -0800 @@ -551,7 +551,7 @@ sub parse_email { $name =~ s/^\"|\"$//g; $address =~ s/^\s+|\s+$//g; - if ($name =~ /[^a-z0-9 \.\-]/i) { ##has "must quote" chars + if ($name =~ /[^\w \-]/i) { ##has "must quote" chars $name =~ s/(?