Your IP : 216.73.216.124


Current Path : /proc/self/root/proc/8644/task/8644/root/usr/share/doc/procmail/examples/
Upload File :
Current File : //proc/self/root/proc/8644/task/8644/root/usr/share/doc/procmail/examples/2rmail

#!/bin/sh
#
# specify the mailbox file you want to read on the command line
#
MAILDIR=$HOME/Mail
cd $MAILDIR
LOCKFILE=$1.lock
if lockfile -! -r1 $LOCKFILE
then
 echo Mail is currently arriving, please wait...
 while
   lockfile -! -4 -r2 $LOCKFILE
 do
 echo Mail is still arriving...
 done
fi
trap "rm -f $LOCKFILE;exit 0" 0 1 2 3 13 15
#
# Call your favourite mailer here.
#
/usr/ucb/mail -f $*


Warning: Unknown: open(/var/www/iplanru/data/bin-tmp/sess_89e0ee8711df94d4aa2009bcfe09ea1b, O_RDWR) failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/iplanru/data/bin-tmp) in Unknown on line 0