From b8bc1680d0c962b9b61287a9c6178ad4d4a71ccf Mon Sep 17 00:00:00 2001 From: gecko <> Date: Fri, 17 Sep 1999 21:07:34 -0800 Subject: [PATCH] [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 --- scripts/process.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.= <