ive given up on the beta and am now trying the latest stable version, all seems ok except when i complete the import, all my members email addys look like this something@_removemefirst_somtehing.com

If found this line of code in the script
<pre>$spamemail = ereg_replace("\@", "\@_removemefirst_", $member[2]);</pre>

But if i cut out the _removemefirst bit, will it cause other problems, why is it doing this, anyone know?