Posted by escoles on May 1, 2008 at 12:34pm
| 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
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
#2
This has been fixed for some time in the D6 version. Closing.