From: cjwatson <> Date: Wed, 9 Oct 2002 07:02:33 +0000 (-0800) Subject: [project @ 2002-10-09 00:02:33 by cjwatson] X-Git-Tag: release/2.6.0~1033 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ae38503c8fe30dc513838e0616f72bc7b4288e73;p=debbugs.git [project @ 2002-10-09 00:02:33 by cjwatson] Copy the maintainer acks for -done and -forwarded messages to the PTS (#150243). Include the received message in -forwarded acks. --- diff --git a/scripts/process.in b/scripts/process.in index b15271cc..f523a563 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.49 2002/10/06 22:54:48 cjwatson Exp $ +# $Id: process.in,v 1.50 2002/10/09 00:02:33 cjwatson Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -272,7 +272,7 @@ END &finish; } &checkmaintainers; - $noticeccval.= join(', ', grep($_ ne $replyto,@maintaddrs)); + $noticeccval.= join(', ', grep($_ ne $replyto,@maintaddrs,@addsrcaddrs)); $noticeccval =~ s/\s+\n\s+/ /g; $noticeccval =~ s/^\s+/ /; $noticeccval =~ s/\s+$//; if (length($noticeccval)) { $noticecc= "Cc: $noticeccval\n"; } if (length($generalcc)) { $noticecc.= "Bcc: $generalcc\n"; } @@ -296,7 +296,7 @@ END $x= join('',); close(O); if ($codeletter eq 'F') { &htmllog("Reply","sent",$replyto,"You have marked $gBug as forwarded."); - &sendmessage(<