X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/88ff7480e6b2f639aa62af53dbb9e63cc3632571..5d602a840763a1d552730ddee55361104e31c71b:/doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn 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..99cc1964c 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,28 @@ 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/ + +> Thanks for coming up with a patch, but overriding +> `Text::Markdown::_EncodeEmailAddress` gets into its internals more than +> I'm comfortable with. +> +> It would probably be best to add an option to [[!cpan Text::Markdown]] to +> let the email address munging be disabled. --[[Joey]] + + +Email obfuscation is very useful -- +in practice, spammers apparently don't use HTML parsers -- +according to the only published study I have read +( a 2003 study by the Center for Democracy and Technology cited by +https://en.wikipedia.org/wiki/Address_munging +).