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 --- whine.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'whine.pl') diff --git a/whine.pl b/whine.pl index a1ff34a1d..e6161cfeb 100755 --- a/whine.pl +++ b/whine.pl @@ -97,8 +97,7 @@ my $sth_schedules_by_event = $dbh->prepare( # Send whines from the address in the 'mailfrom' Parameter so that all # Bugzilla-originated mail appears to come from a single address. -my $fromaddress = '"' . template_var('terms')->{'BugzillaTitle'} . '"' . - ' <' . Bugzilla->params->{'mailfrom'} . '>'; +my $fromaddress = Bugzilla->params->{'mailfrom'}; # get the current date and time my ($now_sec, $now_minute, $now_hour, $now_day, $now_month, $now_year, -- cgit v1.2.3-24-g4f1b