Lines Matching refs:email

1477 	my ($email) = @_;
1479 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email);
3023 my $email = $4;
3044 "$ucfirst_sign_off $email";
3052 "$ucfirst_sign_off $email";
3061 "$ucfirst_sign_off $email";
3065 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email);
3069 "Unrecognized email address: '$email'\n" . $herecurr);
3074 # Don't force email to have quotes
3076 if (!same_email_addresses($email, $suggested_email)) {
3078 "email address '$email' might be better as '$suggested_email'\n" . $herecurr) &&
3080 $fixed[$fixlinenr] =~ s/\Q$email\E/$suggested_email/;
3089 "address part of email should not have comments: '$email_address'\n" . $herecurr) &&
3099 "Use a single name comment in email: '$email'\n" . $herecurr);
3104 # have an email name. In addition comments should strictly
3106 if ($email =~ /^.*stable\@(?:vger\.)?kernel\.org/i) {
3124 "Invalid email format for stable: '$email', prefer '$new_email'\n" . $herecurr) &&
3126 $fixed[$fixlinenr] =~ s/\Q$email\E/$new_email/;
3143 "Unexpected content after email: '$email', should be: '$new_email'\n" . $herecurr) &&
3145 $fixed[$fixlinenr] =~ s/\Q$email\E/$new_email/;
3161 # Check Co-developed-by: immediately followed by Signed-off-by: with same name and email
3163 if ($email eq $author) {
3173 } elsif ($1 ne $email) {
3175 "Co-developed-by and Signed-off-by: name/email do not match\n" . $herecurr . $rawlines[$linenr] . "\n");
3236 # Check email subject for common tools that don't need to be mentioned
5336 # Ignore email addresses <foo@bar>
7703 "From:/Signed-off-by: email comments mismatch: $sob_msg\n");
7706 "From:/Signed-off-by: email name mismatch: $sob_msg\n");
7709 "From:/Signed-off-by: email address mismatch: $sob_msg\n");
7712 "From:/Signed-off-by: email subaddress mismatch: $sob_msg\n");