Index: trunk/gridctl.php
===================================================================
--- trunk/gridctl.php	(revision 40)
+++ trunk/gridctl.php	(revision 41)
@@ -5,4 +5,6 @@
 //include "$us3bin/cleanup_aira.php";
 //include "$us3bin/cleanup_gfac.php";
+//include "$us3bin/cleanup.php";
+
 
 // Global variables
@@ -841,4 +843,6 @@
 
    $is_jetstr = preg_match( "/jetstream/", $cluster );
+   $is_demeler3 = preg_match( "/demeler3/", $cluster );
+
    if ( $is_jetstr )
       $cmd    = "squeue -j $gfacID 2>&1|tail -n 1";
@@ -855,4 +859,10 @@
          $system = "$cluster";
       $system = preg_replace( "/\-local/", "", $system );
+
+      if ( $is_demeler3 )
+      {
+        $system = "demeler3.uleth.ca";
+      }
+      
       $cmd    = "/usr/bin/ssh -x us3@$system " . $cmd;
 //write_log( "$self  cmd: $cmd" );
@@ -993,5 +1003,7 @@
    $headers  = "From: $org_name Admin<$admin_email>"     . "\n";
    $headers .= "Cc: $org_name Admin<$admin_email>"       . "\n";
+   $headers .= "Cc: $org_name Admin<alexsav.science@gmail.com>"       . "\n";
    $headers .= "Bcc: Gary Gorbet<gegorbet@gmail.com>"    . "\n";     // make sure
+
 
    // Set the reply address
