When i do a form POST and post some data
Code
(the data is html, example: this is a test <a href="http://www.site.com">url</a>)
When i try to debug it and catch it (with $HTTP_POST_VARS['message']) before it hits the mailserver it looks lke this, and gives the end result:
Code
It gets even weirder.. The mail looks almost the same, except the URL link is a little different, but something like this:
Code
outbind://4329746234872/"http://www.site.com/"
When i copy the exact same script outside Postnuke it works like a charm.
So something in Postnuke is criples my post strings.
