Request change to documentation to reflect usage requirement

escoles - May 1, 2008 - 12:34
Project:SpamSpan filter
Version:5.x-1.3
Component:Documentation
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs review
Description

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.

#1

s.Daniel - October 14, 2008 - 16:32
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
 
 

Drupal is a registered trademark of Dries Buytaert.