| 10 | #EOF | #EOF | 
| 11 |  |  | 
| 12 | #-- build munpack if needed: | #-- build munpack if needed: | 
| 13 | unpck=/u/u2/jmc/testing/tools_mpack/munpack | unpck=$HOME/testing/tools_mpack/munpack | 
| 14 | if test ! -x $unpck ; then | if test ! -x $unpck ; then | 
| 15 | MPACKDIR=`dirname $unpck` | MPACKDIR=`dirname $unpck` | 
| 16 | cd $MPACKDIR | cd $MPACKDIR | 
| 17 | ./configure && make | ./configure && make | 
| 18 | fi | fi | 
| 19 |  | unpck=$HOME/testing/munpack.$HOSTTYPE | 
| 20 |  | #ls -l $unpck | 
| 21 |  |  | 
| 22 | #-- create a daily log file (if not already there) | #-- create a daily log file (if not already there) | 
| 23 | cd /u/u2/jmc/testing/logs | cd $HOME/testing/logs | 
| 24 | logpfx="prc_emails_" ; sfx=`date +%m%d` | logpfx="prc_emails_" ; sfx=`date +%m%d` | 
| 25 | logfile="../logs/${logpfx}$sfx" | logfile="../logs/${logpfx}$sfx" | 
| 26 | if test -e $logfile ; then : | if test -e $logfile ; then : | 
| 35 | fi | fi | 
| 36 | echo ' create new log file:' $logfile | echo ' create new log file:' $logfile | 
| 37 | touch $logfile | touch $logfile | 
| 38 |  | echo "Log file created from '"`hostname`"' by '$USER' on:" `date` >> $logfile | 
| 39 | chmod 664 $logfile | chmod 664 $logfile | 
| 40 | fi | fi | 
| 41 |  |  | 
| 42 | #-- parse emails : | #-- parse emails : | 
| 43 | cd /u/u2/jmc/testing/front_content && ./parse_emails -u $unpck -a jmc@ocean.mit.edu >> $logfile 2>&1 | cd $HOME/testing/front_content && ./parse_emails -u $unpck -a jmc@ocean.mit.edu >> $logfile 2>&1 | 
| 44 |  | #cd $HOME/testing/temp && ./parse_emails -u $unpck -a jmc@ocean.mit.edu >> $logfile 2>&1 |