$msg->addText("The following nodes have been marked HOLD:\r");
foreach($xas$ao)
$msg->addText(sprintf('* %s (%s), last seen %d days ago',$ao->ftn4d,$ao->system->name,$ao->system->last_session->diffInDays($now)).($ao->contacted?'':' ^')."\r");
$msg->addText("The following nodes have been marked DOWN:\r");
foreach($xas$ao)
$msg->addText(sprintf('* %s (%s), last seen %d days ago',$ao->ftn4d,$ao->system->name,$ao->system->last_session->diffInDays($now)).($ao->contacted?'':' ^')."\r");
$msg->addText("The following nodes have been DE-LISTED:\r");
foreach($xas$ao)
$msg->addText(sprintf('* %s (%s), last seen %d days ago',$ao->ftn4d,$ao->system->name,$ao->system->last_session->diffInDays($now)).($ao->contacted?'':' ^')."\r");
$msg->addText("\rEmails and/or Netmails have been sent to these nodes. If you can help let them know that they have outstanding mail on the Hub, that would be helpful :)");