4816f2524dbfb1982999e1596178a39901fe179e
kuhn
  Tue Apr 12 08:40:29 2011 -0700
dropped donna from routine notification
diff --git src/utils/qa/alertBqueue.csh src/utils/qa/alertBqueue.csh
index c30e617..9ababa6 100755
--- src/utils/qa/alertBqueue.csh
+++ src/utils/qa/alertBqueue.csh
@@ -76,21 +76,21 @@
   if ( $debug == "true" ) then
     echo    here5 $i
     echo    $alias[$i]
     echo    $email[$i]
     echo "   contacts $contacts"
     ## send output only to selected people
     # set contacts="ann kuhn pauline rhead"
     # set contacts="pauline rhead ann"
     echo "   contacts $contacts"
     cat Bfile 
     exit
   endif 
 end
 
 # add ann to list
-set contacts="$contacts ann donnak"
+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
 rm Bfile