From: Debian BTS Date: Sun, 19 Mar 2006 11:45:06 +0000 (-0800) Subject: add cjwatson hack to fix gcc mail loops X-Git-Tag: release/2.6.0~606^2~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=44215522a4406088fc7904ec4b3570d9bdb63f73;p=debbugs.git add cjwatson hack to fix gcc mail loops --- 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." :