]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-07-18 14:41:11 by cjwatson]
authorcjwatson <>
Fri, 18 Jul 2003 21:41:11 +0000 (13:41 -0800)
committercjwatson <>
Fri, 18 Jul 2003 21:41:11 +0000 (13:41 -0800)
Move Disabled-Doogie-Reply-To: header into a Perl comment rather than a
"comment" in mail headers; no point in sending it out all the time.

scripts/process.in

index ff313fe70de8bf93f8237da71e609cd2008af97e..03bad9cdb30c2c9ca6e26ea80229f927a99422bc 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: process.in,v 1.75 2003/07/16 18:13:26 cjwatson Exp $
+# $Id: process.in,v 1.76 2003/07/18 14:41:11 cjwatson Exp $
 #
 # Usage: process nn
 # Temps:  incoming/Pnn
@@ -871,7 +871,6 @@ Precedence: bulk
 X-$gProject-PR-Message: ack-info $ref
 X-$gProject-PR-Package: $data->{package}
 X-$gProject-PR-Keywords: $data->{keywords}
-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 package maintainer(s)
@@ -886,6 +885,9 @@ $brokenness
 $gMaintainer
 (administrator, $gProject $gBugs database)
 END
+# Reply-To: in previous ack disabled by doogie due to mail loops.
+# Are these still a concern?
+# Reply-To: $ref\@$gEmailDomain
     }
 }