Patch By Vincent Castellano <surye80@gmail.com> r=mkanat, a=mkanat
$msg =~ s/at .+ line.*$//ms;
$msg =~ s/^Compilation failed in require.+$//ms;
$msg = html_strip($msg);
- my $reply = reply(to => $input_email, top_post => 1, body => "$msg\n");
+ my $from = Bugzilla->params->{'mailfrom'};
+ my $reply = reply(to => $input_email, from => $from, top_post => 1,
+ body => "$msg\n");
MessageToMTA($reply->as_string);
}
print STDERR "$msg\n";