--- loncom/loncron 2003/06/10 22:07:26 1.39 +++ loncom/loncron 2003/07/29 21:00:21 1.40 @@ -803,7 +803,7 @@ rename ("$statusdir/newstatus.html","$st if ($totalcount>200) { print "mailing\n"; $emailto="$perlvar{'lonAdmEMail'}"; - if ($totalcount>600) { + if ($totalcount>1000) { $emailto.=",$perlvar{'lonSysEMail'}"; } $subj="LON: $perlvar{'lonHostID'} E:$errors W:$warnings N:$notices";