diff options
author | DavidCary <DavidCary@web> | 2017-07-05 13:51:19 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-07-05 13:51:19 -0400 |
commit | 1958cf8af2bae660b85285ba7ea1f96ac8b9d20d (patch) | |
tree | 9fde2c11d30ed8bc25e6b6492ea1e227fa78747d | |
parent | 37c200f8e037dcebec86375525a58450e8f737e1 (diff) | |
download | ikiwiki-1958cf8af2bae660b85285ba7ea1f96ac8b9d20d.tar ikiwiki-1958cf8af2bae660b85285ba7ea1f96ac8b9d20d.tar.gz |
answer question, with reference.
-rw-r--r-- | doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn | 8 |
1 files changed, 8 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 12018d517..99cc1964c 100644 --- a/doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn +++ b/doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn @@ -35,3 +35,11 @@ The relevant commits are on the master branch of [my "fork" of ikiwiki on Github > > 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 +). |