When a user account is deactivated, they still receive subscription notices. We're running a private site, so a deactivated membership is definitely not supposed to receive any information from us. Here's the version string from my module:

// $Id: subscriptions.module,v 1.38.2.3.2.1 2006/04/30 22:45:59 c0c0c0 Exp $

Running Drupal 4.7.2.

Comments

dziemecki’s picture

You probably want to upgrade to the latest, first. There's been a lot of changes since April, including this one:
http://drupal.org/node/25995

scor’s picture

Title: Subscriptions remain active when account is deactivated » Subscriptions remain active when access control maintain subscriptions is disabled

another case where the subscription notices shouldn't be sent. when maintain subscriptions is disable, the user cannot manage his own subscriptions, as a result he shouldn't receive any subscription email. A user who receives subscriptions emails should always have access to his "My subscriptions" page in order to unsubscribe if he wants to (otherwise, this could be considered as spam!).
Steph.

Leeteq’s picture

Is this problem present in the version for Drupal v5 too?

scor’s picture

Yes

bdragon’s picture

Status: Active » Closed (fixed)

5.x-2.0 is a complete rewrite, therefore any bugs in it are new. Closing for this reason. Please help test 5.x-2.0 betas. Thank you! (If this is still an issue, opening a new issue is probabaly your best bet.)