]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/process.in
commit changes from mainline
[debbugs.git] / scripts / process.in
index 090f23335417245e740aec36d99443149d22cf6d..6502746978bcf9d7145258cd80927d2aa66d824c 100755 (executable)
@@ -869,7 +869,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." :