Problem/Motivation

Spambot is blocking IPv6 ip-address: on line 242 of the module file: if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4) === FALSE) {
This should be:
if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4) === FALSE && filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6) === FALSE) {

CommentFileSizeAuthor
#4 3317956-4.patch1.41 KBimmaculatexavier

Issue fork spambot-3317956

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

PROMES created an issue. See original summary.

immaculatexavier made their first commit to this issue’s fork.

immaculatexavier’s picture

Status: Active » Needs review

Attached patch in accordance to the proposed resolution

immaculatexavier’s picture

StatusFileSize
new1.41 KB

In #3 missed to attach patch
Attached patch in accordance to the proposed resolution

nickdickinsonwilde’s picture

Status: Needs review » Closed (outdated)

Fixed in Drupal 8 and up.
Drupal 7 is unsupported for a while and no action on this ticket for quite some time

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.