Hey,

I have a script that 'round-robins' email boxes for a high traffic account. It
basically cycles through a list of addresses. I can't seem to get it to work
properly though.

Doing:

&`scriptname`

doesn't seem to work.

I have also tried::

| EMAIL=`loadbalance.pl test`
echo $EMAIL > /tmp/sentto
&$EMAIL

which also fails.

Any suggests on how I can do this?

Reply via email to