diff --git a/tools/build/checkstyle9.pl b/tools/build/checkstyle9.pl index 5aec3819bf7c..aadf6ee152c5 100755 --- a/tools/build/checkstyle9.pl +++ b/tools/build/checkstyle9.pl @@ -1447,8 +1447,8 @@ sub process { $is_patch = 1; } - if ($line =~ /^(Author|From): .* via .*/) { - ERROR("Author email address is mangled by the mailing list\n" . $herecurr); + if ($line =~ /^(Author|From): .*noreply.*/) { + ERROR("Real email adress is needed\n" . $herecurr); } #check the patch for a signoff: