From 685776f18291c4c0ee0ce729318b36d025be55f4 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 5 Jun 2014 19:57:59 +0000 Subject: Bug 1016273: Bugzilla whine emails missing change to From header made by bug 1010751 --- email_in.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'email_in.pl') diff --git a/email_in.pl b/email_in.pl index 928758a9e..34e57c90c 100755 --- a/email_in.pl +++ b/email_in.pl @@ -387,8 +387,7 @@ sub die_handler { $msg =~ s/at .+ line.*$//ms; $msg =~ s/^Compilation failed in require.+$//ms; $msg = html_strip($msg); - my $from = '"' . template_var('terms')->{'BugzillaTitle'} . '"' . - ' <' . Bugzilla->params->{'mailfrom'} . '>'; + my $from = Bugzilla->params->{'mailfrom'}; my $reply = reply(to => $input_email, from => $from, top_post => 1, body => "$msg\n"); MessageToMTA($reply->as_string); -- cgit v1.2.3-24-g4f1b