Re: [Dspam-user] vpopmail-qmail release from webui..

2010-08-06 Thread Stevan Bajić
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.

[Dspam-user] vpopmail-qmail release from webui..

2010-08-06 Thread Remo Mattei
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