hi, ive added on line 233 one litle conditional to assure the users are active and not blocked

change actual line:
$sql = "SELECT distinct mail FROM {users}";

by this one:
$sql = "SELECT distinct mail FROM {users} WHERE users.status = '1'";

Comments

sime’s picture

Status: Active » Fixed

Thanks, I've added this.
http://drupal.org/cvs?commit=126315

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.