Actions
Bug #6010
closedBuild blacklist for outgoing email addresses known to be invalid
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
Email Notifications
Target version:
Start date:
2016-09-13
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
Following up on an email conversation initated by IT, we should build a tool that prevents emails from being sent by WordPress to emails known to be defunct. This can probably hook into one of the generic wp_mail() filters and bail if the "to" address matches something on the hardcoded blacklist.
This should not be seen as a permanent fix for bounce handling, but it should be easy enough to handle if IT sends us an occasional list of GC addresses known to be disabled in their system.
Updated by Boone Gorges about 8 years ago
- Target version changed from 1.9.28 to 1.9.29
Updated by Boone Gorges about 8 years ago
- Target version changed from 1.9.29 to 1.9.30
Updated by Boone Gorges about 8 years ago
- Status changed from New to Resolved
I've implemented the blacklist in https://github.com/cuny-academic-commons/cac/commit/6b52b5533373393d165769b4bb94bd56da74225b
Actions