Page 1 of 1

Scalix adding Paragraph tags to HTML messages

Posted: Mon Oct 29, 2007 8:53 am
by adhodgson
Hi,

We are sending messages containing HTML parts through Scalix using a custom app - this is through the Scalix SMTP relay.

We are finding that somewhere in Scalix seems to be adding <p> tags to the HTML message, which causes the message to look different.

I have pointed the custom app at a standard Sendmail and the tags are not added, only when Scalix is involved.

Could something in Scalix be playing with the HTML in the message?

Thanks.
Andrew.

Posted: Tue Oct 30, 2007 6:59 am
by Valerion
In which client is this displayed this way?

I would suggest you enable archiving on the server and check the archived copy for extra <P> tags. If it is present, it is done while the message is incoming. If it's not there, then it's the client side rendering it incorrectly.

Also, enable SMTP debugging if you want to see the exact incoming HTML as the relay gets it, in case it is some other service adding it.