Closed (outdated)
Project:
reCAPTCHA
Version:
7.x-1.x-dev
Component:
reCAPTCHA Mailhide
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2008 at 16:49 UTC
Updated:
23 Mar 2017 at 11:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
moettti commentedThe following line wasn't replaced by a mailhide:
A simple solution is to add spaces before and after the mail-address:
A better solution is to replace the following line of the modules/recaptcha/recaptcha_mailhide.module:
with the following line (added the
<td>and</td>tags to the regex):Comment #2
dhestlund commentedNeither solution worked for me. See here:
http://txgifted.org/~txgift5/texas-parent-affiliate-groups-0
Comment #3
shaundychkochanged the regex to
but you need to apply the patch below since some minor module changes are needed elsewhere
Comment #4
shaundychkoPatch to improve regex:
Note: emails still need to be entered as plain text, but they should be captured wherever they appear, including in tables.
Comment #5
shaundychkore-rolled patch using --relative diff
Comment #6
hass commentedD7 need to be fixed first, than backport.
Comment #7
hass commented