From 160f4646089f7790e8b3d26fc84ed02f79e26822 Mon Sep 17 00:00:00 2001 From: Gustavo De Nardin Date: Tue, 26 Jun 2007 14:38:51 +0000 Subject: - make it clear when admin gets undue email --- iurt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iurt2 b/iurt2 index 991ce43..4b223a9 100755 --- a/iurt2 +++ b/iurt2 @@ -940,7 +940,7 @@ retry: #$opt->{mail} .= ", other_maint"; } if (!$opt->{mail}) { - $opt->{mail} = $config->{admin}; + $opt->{mail} = "Maintainer not found <$config->{admin}>"; } if (@rpm > 1) { $opt->{error} = "[MISSING_BUILD_REQUIRES_TAG] one of @rpm ($missing-devel), needed to build $srpm, is not in buildrequires"; -- cgit v1.2.1