hello all I wonder if anyone has any suggestions I got this script which
apparently does not release the email anymore ....
#!/bin/bash
# "Reading" variables.
if [ "$1" == "-d" ]; then
USER=`echo $2 | sed 's/@/ /g' | awk '{print $1}'`
DOMAIN=`echo $2 | sed 's/@/ /g' | awk '{print $2}'`
EXT=$USER HOST=$DOMAIN /home/vpopmail/bin/vdelivermail '' $2
else
USER=`echo $1 | sed 's/@/ /g' | awk '{print $1}'`
DOMAIN=`echo $1 | sed 's/@/ /g' | awk '{print $2}'`
EXT=$USER HOST=$DOMAIN /home/vpopmail/bin/vdelivermail '' $1
fi
any input will be greatly appreciated.
Remo
Remo Mattei
[email protected]
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user