From e5f69bcd43b8314a802aa3550cf6c52940020452 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Fri, 18 Jul 2003 13:41:11 -0800 Subject: [PATCH] [project @ 2003-07-18 14:41:11 by cjwatson] 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/process.in b/scripts/process.in index ff313fe7..03bad9cd 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -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 } } -- 2.39.5