Index: trunk/cleanup.php
===================================================================
--- trunk/cleanup.php	(revision 40)
+++ trunk/cleanup.php	(revision 41)
@@ -738,4 +738,6 @@
    $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 .= "CC: $org_name Admin<gegorbet@gmail.com>"       . "\n";
 
    // Set the reply address
@@ -878,6 +880,9 @@
    global $dbhost;
    global $status;
+   
    $is_us3iab  = preg_match( "/us3iab/", $cluster );
    $is_jetstr  = preg_match( "/jetstream/", $cluster );
+   $is_demeler3 = preg_match( "/demeler3/", $cluster );
+
    $limshost   = $dbhost;
    $stderr     = '';
@@ -921,4 +926,11 @@
          $lworkdir = "/N/us3_cluster/work/local";
       }
+      
+      if ( $is_demeler3 )
+      {
+         $clushost = "demeler3.uleth.ca";
+	 $lworkdir = "/home/us3/work"; 
+      }
+
       $cmd         = "ssh us3@$clushost 'ls -d $lworkdir' 2>/dev/null";
       exec( $cmd, $output, $stat );
