Commit d286752d authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 280973 : BugMail includes the headers in the email body

Patch by Albert Ting <altlst@sonic.net> r=glob a=justdave
parent a2b7d94d
......@@ -904,7 +904,7 @@ sub MessageToMTA ($) {
my $headers = new Mail::Header \@header_lines, Modify => 0;
$mailer->open($headers->header_hashref);
print $mailer $msg;
print $mailer $body;
$mailer->close;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment