Closed (won't fix)
Project:
SpamSpan filter
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2007 at 14:52 UTC
Updated:
18 Dec 2010 at 22:26 UTC
Topic says all I think. The module should also encrypt mail addresses in "/user" (profile) links. Would appreciate that.
Comments
Comment #1
lakka commentedSpamspan is a filter, and uses Drupal's filter capability to interecept emails in text entered by the user. The problem here is that fields added using the core profile module (which is what I guess you are talking about), are not passed by Drupal through the filters (with the exception I think of multi-line text fields). So it is not straighforward to do what you want (though I suspect it is possible using hook_profile_alter). You could try (1) using a multi-lline textfield for the entry of email addresses, or (2) raising an issue against the profile module. I will think about whether it is something that might be useful as an optional extra for the spamspan module.
Comment #2
lakka commentedProfile is now deprecated. Closing.