diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-06-12 16:06:50 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-06-12 16:08:17 +0000 |
| commit | 2c0cd59345cb0aa2e3dd4da5b40e9c40dccd1ffa (patch) | |
| tree | 2f2c4ded9b7f15c8e8652e5cb3b2e0287bfa551c /tools | |
| parent | 6f6213ec90e1b5c488cde38f86b4eef09c70c00c (diff) | |
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/build/checkstyle9.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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 .*<qemu-devel\@nongnu.org>/) { - 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: |
