Why do inactive users still receive email?
We have an internal-only AskBot system, so when users leave the company, they are deactivated (via Django admin page http://askbot.ourdomain.com/admin/aut...).
It seems that these users are still receiving emails based on their email settings. I know this because the mail sent to their inactive Inboxes is being rerouted to their managers, and their managers are complaining to me about the mail. I have deactivated the users and still the mail is being sent.
First of all, is this a bug? If not, how do I make sure such users no longer receive any mail?
Comments
I am going through my long list of inactive users and unsubscribing them from e-mail. However, this seems to me like it should be unnecessary.
@dccarson, this will be fixed, thank you!
@Evgeny - good that you have it on your roadmap. Is there a reference for that issue on [the askbot-devel issue tracker on GitHub](https://github.com/ASKBOT/askbot-devel/issues)?