Lines Matching refs:email
1229 my ($email) = @_;
1231 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email);
2759 my $email = $4;
2771 "$ucfirst_sign_off $email";
2779 "$ucfirst_sign_off $email";
2788 "$ucfirst_sign_off $email";
2792 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email);
2796 "Unrecognized email address: '$email'\n" . $herecurr);
2801 # Don't force email to have quotes
2803 if (!same_email_addresses($email, $suggested_email, 0)) {
2805 "email address '$email' might be better as '$suggested_email'\n" . $herecurr);
2820 # Check Co-developed-by: immediately followed by Signed-off-by: with same name and email
2822 if ($email eq $author) {
2832 } elsif ($1 ne $email) {
2834 "Co-developed-by and Signed-off-by: name/email do not match \n" . "$here\n" . $rawline . "\n" .$rawlines[$linenr]);
2839 # Check email subject for common tools that don't need to be mentioned
4810 # Ignore email addresses <foo@bar>
7001 "From:/Signed-off-by: email comments mismatch: $sob_msg\n");
7004 "From:/Signed-off-by: email name mismatch: $sob_msg\n");
7007 "From:/Signed-off-by: email address mismatch: $sob_msg\n");
7010 "From:/Signed-off-by: email subaddress mismatch: $sob_msg\n");