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:
travis%sedsystems.ca 2005-02-08 16:14:07 +00:00
Родитель 91f9fc696c
Коммит 5851a4ceff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}