When we create or update user he gets subscribed to required lists even if he is blocked. I believe extra check should be done.

See http://drupalcode.org/project/mailchimp.git/blob/refs/heads/7.x-2.x:/mod...

If we manually ask to add existing users to queue only active users got subscribed.

CommentFileSizeAuthor
#2 ignore_blocked_users.patch2.45 KBcaesius
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

caesius’s picture

I can confirm that this happens and second the request for a bugfix. Adding the following code to line 277 fixes the issue:

if($account->status) {

...

}
caesius’s picture

FileSize
2.45 KB

The attached patch will fix this issue for version 7.x-2.4 using the method in the previous post.

antipex’s picture

Applied patch from caesius in b5aaba21d131e5b9d30d3c4d5cf19eb7f8117f6f.

antipex’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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