]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 280973 : BugMail includes the headers in the email body
authortravis%sedsystems.ca <>
Wed, 9 Feb 2005 00:14:07 +0000 (00:14 +0000)
committertravis%sedsystems.ca <>
Wed, 9 Feb 2005 00:14:07 +0000 (00:14 +0000)
Patch by Albert Ting <altlst@sonic.net>  r=glob  a=justdave

Bugzilla/BugMail.pm

index f81c1615d282f8f5442193005691cfdbc065ae1b..258bc0ccbe4c71f003ead7bcaea1ee9eb60c4088 100644 (file)
@@ -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;
 }