From 5677f6e5a856cb5c31f6bc5cea0db857ec1576bd Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 1 Jan 2012 23:26:08 +0000 Subject: Add a "name" in the email address, else youri fails to replace it with the forced from --- lib/Iurt/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Iurt/Config.pm') diff --git a/lib/Iurt/Config.pm b/lib/Iurt/Config.pm index ac0427d..70c7962 100644 --- a/lib/Iurt/Config.pm +++ b/lib/Iurt/Config.pm @@ -246,7 +246,7 @@ sub get_maint { sub get_author_email { my ($user) = @_; - my $authoremail = $user . '@mageia.org'; + my $authoremail = $user . ' <' . $user . '@mageia.org>'; return $authoremail; } -- cgit v1.2.1