From: gecko <> Date: Sat, 18 Sep 1999 05:07:34 +0000 (-0800) Subject: [project @ 1999-09-17 22:07:34 by gecko] X-Git-Tag: release/2.6.0~1326 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b8bc1680d0c962b9b61287a9c6178ad4d4a71ccf;p=debbugs.git [project @ 1999-09-17 22:07:34 by gecko] fixed (I hope) the -CC tag... it should be X-Debbugs-CC and it was mixed case in the $header{} tag.. should be all lower case --- diff --git a/scripts/process.in b/scripts/process.in index 9cd3e7c7..3e6b7ee8 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.4 1999/09/16 19:42:50 gecko Exp $ +# $Id: process.in,v 1.5 1999/09/17 22:07:34 gecko Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -466,7 +466,7 @@ print DEBUG "maintainers >@maintaddrs<\n"; $orgsender= defined($header{'sender'}) ? "Orignal-Sender: $header{'sender'}\n" : ''; $newsubject= $subject; $newsubject =~ s/^$gBug#$ref\W*\s*//; -$xcchdr= $header{X-Debbugs-CC}; +$xcchdr= $header{x-debbugs-cc}; if ($xcchdr =~ m/\S/) { push(@resentccs,$xcchdr); $resentccexplain.= <