[LON-CAPA-cvs] cvs: loncom / loncron

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 13 Apr 2005 18:56:07 -0000


albertel		Wed Apr 13 14:56:07 2005 EDT

  Modified files:              
    /loncom	loncron 
  Log:
  - specify a larger than default size for metamail
  
  
Index: loncom/loncron
diff -u loncom/loncron:1.57 loncom/loncron:1.58
--- loncom/loncron:1.57	Sun Feb 13 19:29:48 2005
+++ loncom/loncron	Wed Apr 13 14:56:07 2005
@@ -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 @@
     }
     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");
     }