Closed (won't fix)
Project:
Comment Notify
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 15:02 UTC
Updated:
20 Oct 2009 at 22:18 UTC
Hi there,
I am using this module on my site and it is great - however, some anonymous posters are using obviously fake email addresses which are filling in my inboc of "failed to send"/"address does not exist" type of messages.
So is there a possbility to add a blacklist where if someone uses an email address matching it, even if they tick the "notify me" box, no email is sent?
(as a starter, I would add *@homr.com/net/org, *@work.com/net/org to the blacklist and then a few others as I notice them being abused..)
Comments
Comment #1
gregglesInteresting idea. I don't think I would implement this because it's a very specific feature.
On the other hand, I think this module should be more extensible. What about a hook right before sending the mail that allowed other modules to get involved including saying "don't send this mail" ?
If you like that idea I'll change the purpose.
Comment #2
dave reidI would think it would be better to have some kind of separate module that implements hook_mail_alter and stops any mail going to bad addresses. This isn't something that is comment_notify specific.
Comment #3
gregglesI still feel this way - updating status.