Closed (won't fix)
Project:
SpamSpan filter
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2008 at 10:15 UTC
Updated:
7 Sep 2008 at 17:01 UTC
I have this HTML somewhere:
<a href="msnim:add?contact=me@example.com">Add to MSN</a>
The filters breaks my page by just replacing the e-mailadres inside the hyperlink with the spamspan code:
<a href="msnim:add?contact=<span class="spamspan"><span class="u">me</span> [at] <span class="d">example [dot] com</span>">Add to MSN</a>
Please fix your patterns to don't break existing hyperlinks.
Comments
Comment #1
lakka commentedWhat would you like the html to be converted to? If you leave it as it is, spambots will pick up the email address.
Comment #2
lakka commented