c09fd8ad5b8bce05dc5e887598f4ada33efaa4c9
kuhn
  Fri Aug 12 10:25:39 2011 -0700
dropping kuhn from output now that it is running as qateam.  it was always supposed to go only to those involved
diff --git src/utils/qa/alertBqueue.csh src/utils/qa/alertBqueue.csh
index 5493936..82327a9 100755
--- src/utils/qa/alertBqueue.csh
+++ src/utils/qa/alertBqueue.csh
@@ -86,19 +86,19 @@
     echo    $alias[$i]
     echo    $email[$i]
     echo "   contacts $contacts"
     ## send output only to selected people
     # set contacts="ann kuhn pauline rhead"
     set contacts="kuhn"
     echo "   contacts $contacts"
     cat Bfile 
     exit
   endif 
 end
 
 # add ann to list
 set contacts="$contacts ann "
 
-# cat Bfile | mail -c $contacts'@soe.ucsc.edu' -s "test. ignore  " $USER
-cat Bfile | mail -c $contacts'@soe.ucsc.edu' -s "B-queue alert" $USER
+# cat Bfile | mail -c $contacts'@soe.ucsc.edu' -s "test. ignore  "
+cat Bfile | mail -c $contacts'@soe.ucsc.edu' -s "B-queue alert" 
 rm Bfile