diff options
author | http://gmcmanus.myopenid.com/ <http://gmcmanus.myopenid.com/@web> | 2008-07-22 05:10:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-07-22 05:10:46 -0400 |
commit | 602ad172d0cb5b07de0de2c7cc6eedb1ede74383 (patch) | |
tree | 5faecf0414b1d07a6530f4beb01709fbbbd609fd /doc | |
parent | 4515726bfebb4a4bec78daf2cdc986cc1cad3392 (diff) |
patch to prevent email obfuscation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn b/doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn index bac8e4acd..b010a02b3 100644 --- a/doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn +++ b/doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn @@ -18,3 +18,13 @@ Don't spammers use HTML parsers? > I now see this was noted in the formatting [[/ikiwiki/formatting/discussion]], and won't/can't be fixed. > So I guess this is [[done]]. --Gabriel + +I've [[patch]]ed mdwn.pm to prevent Text::Markdown from obfuscating the emails. +The relevant commits are on the master branch of [my "fork" of ikiwiki on Github] [github]: + +- 7d0970adbcf0b63e7e5532c239156f6967d10158 +- 52c241e723ced4d7c6a702dd08cda37feee75531 + +--Gabriel. + +[github]: http://github.com/gmcmanus/ikiwiki/ |