From: doogie <> Date: Thu, 22 Nov 2001 11:04:10 +0000 (-0800) Subject: [project @ 2001-11-22 03:04:10 by doogie] X-Git-Tag: release/2.6.0~1078 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=35ae3f775b13e18c889c9d6093d1711680672bca;p=debbugs.git [project @ 2001-11-22 03:04:10 by doogie] Some fixes to the X-Loop handling, and Reply-To setting. --- diff --git a/scripts/process.in b/scripts/process.in index aecbb2ed..5e8e46ab 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.40 2001/11/22 02:59:16 doogie Exp $ +# $Id: process.in,v 1.41 2001/11/22 03:04:10 doogie Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -52,7 +52,6 @@ print DEBUG "###\n",join("##\n",@msg),"\n###\n"; chop($tdate= `date -u '+%a, %d %h %Y %T GMT'`); $fwd= < In-Reply-To: $header{'message-id'} References: $header{'message-id'} X-$gProject-PR-Message: ack-info $ref -Reply-To: $ref\@$gEmailDomain +Disabled-Doogie-Reply-To: $ref\@$gEmailDomain Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and @@ -816,10 +815,10 @@ sub get_addresses { map { Mail::Address->parse($_) } @_; } - sub sendmessage { local ($msg,@recips) = @_; if ($recips[0] eq '' && $#recips == 0) { @recips= ('-t'); } + $msg = "X-Loop: $gMaintainerEmail\n" . $msg; my $hash = get_hashname($ref); #save email to the log