If I put in something like this:

<a href="mailto:name@example.com">email me</a>

It seems to always get rendered like this:

name@example.com

This is a problem because:

  • If SpamSpan is applied retroactively, the meaning of many sentences is likely to break. For example, "Email me for instructions" would become "name@example.com for instructions"
  • Many users prefer plain-language ("email me") to more detailed explanations ("email me at..."); this requires them to alter their writing style to accommodate the filter.

If this represents a fundamental limitation of the filter, I suggest altering the documentation to reflect it.

Comments

ringloop’s picture

Is there a solution to this problem?
I have the same difficulties with the filter.

Version: Drupal 6.2

slindhurst’s picture

I have the same problem. The patch in http://drupal.org/node/168301 sounds like it would fix this.

lakka’s picture

Status: Active » Closed (fixed)

Should be fixed by version 6.x.1.1: http://drupal.org/node/305165 .