HOME


Mini Shell 1.0
DIR:/proc/thread-self/root/bin/
Upload File :
Current File : //proc/thread-self/root/bin/rmail
#!/usr/bin/sh

# Dummy UUCP rmail command for postfix/qmail systems

SENDMAIL="/usr/sbin/sendmail"
IFS=" " read junk from junk junk junk junk junk junk junk relay

case "$from" in
 *[@!]*) ;;
      *) from="$from@$relay";;
esac

exec $SENDMAIL -i -f "$from" -- "$@"