Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
comment.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2007 at 10:05 UTC
Updated:
23 Jul 2009 at 22:40 UTC
I've been having problems with a spammer recently and created a access rule to block the email addresses that the spammer always uses in his comments that he posts.
The trouble is the comment module doesn't check the address rules to see if the email address is allowed.
This patch fixes that.
| Comment | File | Size | Author |
|---|---|---|---|
| email_block.patch | 733 bytes | jaredwiltshire |
Comments
Comment #1
doq commentedYes, this would be a nice fix for people who allow anonymous users postings/comments.
Comment #2
jaredwiltshire commentedSooo.. Whats the go with this?
Comment #3
drummThis change would make the UI inaccurate as-is, and the various help texts need to note that the access rules do not just affect the user accounts.
This is a feature request, and should be developed against the current development version for features.
Comment #4
tylor commentedMarking as won't fix:
* Drupal 7 API has changed drupal_is_denied() to just accept IP addresses
* IPs are blocked on bootstrap
* Marking as won't fix as user can enter any email anyway
* This problem is moved to contrib, from CHANGELOG.txt in D7: