Actions
Bug #4840
closedcdev should not be able to send emails to non-team members
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
cdev.gc.cuny.edu
Target version:
Start date:
2015-10-31
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
cdev is a clone of the production site, with production data that includes production email addresses. We should have protection in place so that email notifications cannot be sent out to these email addresses.
The only safe way I can do this, while still being able to test most email stuff on cdev, is to create a whitelist of email addresses, and kill all outgoing mail that's not headed to one of those addresses. This will make it impossible to run certain sorts of tests (like inviting new members to the site) but it's the best we can do for the time being.
The whitelist will be populated by fetching the email addresses of the members of http://cdev.gc.cuny.edu/groups/cac-community-team-project-planning/.
Updated by Boone Gorges about 9 years ago
- Status changed from New to Resolved
Actions