зеркало из https://github.com/mozilla/pjs.git
Bug 280973 : BugMail includes the headers in the email body
Patch by Albert Ting <altlst@sonic.net> r=glob a=justdave
This commit is contained in:
Родитель
91f9fc696c
Коммит
5851a4ceff
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче