1 [[!meta title="mailto: links not properly generated in rss/atom feeds"]]
3 A link like \[this](mailto:foo@bar.org) will not be converted correctly to a mailto link in the rss/atom feeds, but an absolute link instead. See e.g. the logitech post on http://madduck.net/blog/feeds/planet-lca2008/index.rss
5 > fixed --[[Joey]] [[!tag done]]
7 This still happens for auto-generated mailto: links that are [garbled](http://daringfireball.net/projects/markdown/syntax#autolink) by Markdown, so that
12 <a href="mailto:matthias@rampke.de">matthias@rampke.de</a>
16 <a href="http://rampke.de/m&#97;&#105;&#x6C;t&#111;:&#109;&#x61;&#116;&#x74;&#x68;&#105;a&#x73;&#64;&#x72;&#x61;&#109;&#x70;&#x6B;&#101;&#46;&#100;&#x65;">&#109;&#x61;&#116;&#x74;&#x68;&#105;a&#x73;&#64;&#x72;&#x61;&#109;&#x70;&#x6B;&#101;&#46;&#100;&#x65;</a></p>
20 > This garbling is provably pointless. Proof: For $1000 I will take off my
21 > white hat, put on my black hat, and implement support for it in any
22 > spammer's email address extraction tool. Money will be donated to a
23 > spam-fighting organisation of my choice.
25 > So, in leu of money, it seems best to find a way to disable it in
28 > Anyway, I've fixed this, at the expense of additional total worldwide
29 > power usage, etc. --[[Joey]]