]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-09-29 22:00:27 by joy]
authorjoy <>
Sat, 30 Sep 2000 05:00:27 +0000 (21:00 -0800)
committerjoy <>
Sat, 30 Sep 2000 05:00:27 +0000 (21:00 -0800)
forwarding receipt shouldn't include the whole original report, this should fix it

scripts/process.in

index ea4127c8cd3aec1a08682dabc5438c2105ccef95..4caf91e8b7bf0953b907b626ea28dd37a68a3778 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: process.in,v 1.11 1999/12/17 19:44:08 gecko Exp $
+# $Id: process.in,v 1.12 2000/09/29 22:00:27 joy Exp $
 #
 # Usage: process nn
 # Temps:  incoming/Pnn
@@ -263,7 +263,7 @@ END
         $x= join('',<O>); close(O);
         if ($codeletter eq 'F') 
                {       &htmllog("Reply","sent",$replyto,"You have marked $gBug as forwarded.");
-            &sendmessage(<<END.$x, '');
+            &sendmessage(<<END, '');
 From: $gMaintainerEmail ($gProject $gBug Tracking System)
 To: $replyto
 ${noticecc}Subject: $gBug#$ref: marked as forwarded ($s_subject)