Download & Extend

Request change to documentation to reflect usage requirement

Project:SpamSpan filter
Version:5.x-1.3
Component:Documentation
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

SpamSpan filter will only work properly if the mailto URL has no parameters.

For example, this will work:

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

This will fail in a very ugly way:

<a href="mailto:name@example.com?subject=foo&cc=bar@example.com">name@example.com</a>

I can understand that it might be a bear to get the regex to work for the more complex URL, but it would be great if you could document the behavior so people don't have to install the filter and find out it doesn't work when users start complaining.

Comments

#1

Status:active» needs review

This patch adds following line to the Readme file [1] under the Heading "Bugs":
* SpamSpan filter will only work properly if the mailto URL has no parameters.
http://drupal.org/node/253488

Maybe the documentation should be moved over to http://drupal.org/node/206787 or http://drupal.org/node/255599 .

[1] http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/spamspan/RE...

/edit: Here is the same issue as a feature request for the module: http://drupal.org/node/153925

AttachmentSize
spamspan.readme-bug-253488.patch 371 bytes

#2

Status:needs review» closed (fixed)

This has been fixed for some time in the D6 version. Closing.