Lines Matching full:email
2683 my $email = $4;
2695 "$ucfirst_sign_off $email";
2703 "$ucfirst_sign_off $email";
2712 "$ucfirst_sign_off $email";
2716 my ($email_name, $email_address, $comment) = parse_email($email);
2720 "Unrecognized email address: '$email'\n" . $herecurr);
2725 # Don't force email to have quotes
2727 if ("$dequoted$comment" ne $email &&
2728 "<$email_address>$comment" ne $email &&
2729 "$suggested_email$comment" ne $email) {
2731 "email address '$email' might be better as '$suggested_email$comment'\n" . $herecurr);
2746 # Check Co-developed-by: immediately followed by Signed-off-by: with same name and email
2748 if ($email eq $author) {
2758 } elsif ($1 ne $email) {
2760 …"Co-developed-by and Signed-off-by: name/email do not match \n" . "$here\n" . $rawline . "\n" .$ra…
2765 # Check email subject for common tools that don't need to be mentioned
4727 # Ignore email addresses <foo@bar>