From 7de111b45234089eeca433c9ceba9566017beba5 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 2 Jan 2012 17:29:40 +0000 Subject: Append domain when sending emails to user --- ulri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ulri') diff --git a/ulri b/ulri index 210834f..5ba465f 100755 --- a/ulri +++ b/ulri @@ -530,7 +530,7 @@ foreach my $prefix (keys %pkg_tree) { sendmail($to, $cc, "Rebuild failed on $arch for $srpms", $text, - "Ulri the scheduler bot <$config->{admin}>", 0); + "Ulri the scheduler bot <$config->{admin}>", 0, $config); } # clean the log on the compilation machine -- cgit v1.2.1