From 44215522a4406088fc7904ec4b3570d9bdb63f73 Mon Sep 17 00:00:00 2001 From: Debian BTS Date: Sun, 19 Mar 2006 03:45:06 -0800 Subject: [PATCH] add cjwatson hack to fix gcc mail loops --- scripts/process.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/process.in b/scripts/process.in index 16e47c61..65d1469c 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -870,7 +870,10 @@ $gMaintainer (administrator, $gProject $gBugs database) END } elsif ($codeletter ne 'U' and - $header{'precedence'} !~ /\b(?:bulk|junk|list)\b/) { + $header{'precedence'} !~ /\b(?:bulk|junk|list)\b/ and + # Workaround for gcc mail loops; bugzilla should do Precedence: + # instead. Deliberately not in CVS. - cjwatson + not exists $header{'x-bugzilla-reason'}) { &htmllog("Acknowledgement","sent",$replyto, ($veryquiet ? "Extra info received and filed, but not forwarded." : $codeletter eq 'M' ? "Extra info received and forwarded to maintainer." : -- 2.39.5