The newsletter module appears to process anchors incorrectly. If I create an anchor the link is replaced to be the full path. This means my email has links back to the website in it.
For example
<a href="#link">Anchor link</a><a name="link"></a>
turns into
<a href="http://example.com/admin/newsletter/#link">Anchor link</a><a name="link"></a>
Obviously this breaks the links inside email clients. Am I doing something wrong or is there a bug here? I am using SilverStripe 2.3.1 and Newsletter module 0.1.1.
Thanks