On Fri, 6 Aug 2010 12:48:27 -0600 Remo Mattei <r...@italy1.com> wrote:
> hello all I wonder if anyone has any suggestions I got this script which > apparently does not release the email anymore .... > Any more? It did it in the past and now not? What have you changed? > > #!/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 > r...@italy1.com > > > > ------------------------------------------------------------------------------ > 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 > Dspam-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/dspam-user > ------------------------------------------------------------------------------ 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 Dspam-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-user