On Fri, 6 Aug 2010 12:48:27 -0600
Remo Mattei 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.
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}'`
EX