--- loncom/loncron 2005/02/14 00:29:48 1.57 +++ loncom/loncron 2005/04/13 18:56:07 1.58 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.57 2005/02/14 00:29:48 albertel Exp $ +# $Id: loncron,v 1.58 2005/04/13 18:56:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -561,7 +561,7 @@ sub send_mail { } my $subj="LON: $perlvar{'lonHostID'} E:$errors W:$warnings N:$notices"; - my $result=system("metasend -b -t $emailto -s '$subj' -f $statusdir/index.html -m text/html >& /dev/null"); + my $result=system("metasend -b -S 4000000 -t $emailto -s '$subj' -f $statusdir/index.html -m text/html >& /dev/null"); if ($result != 0) { $result=system("mail -s '$subj' $emailto < $statusdir/index.html"); }