Hi Hadley,
>As soon as the stylesheet is added the disclaimer doesn't appear. Is this a bug?
yes. I assume your code looks something like this:
<style>
<!--
[...]
-->
</style>
There's a bug in DisclaimIt, causing it to fail to detect the closing comment (-->) and therefore all following text is ignored. This in turn causes the duplicate text detection to consider the text already to be part of the message and therefore the text is not added.
As a workaround till the next build/version will be available, please add a '-' before the closing comment char sequence:
Old:
-->
New:
--->
>We have also noticed that when using inline images [...]
This works without problems in our test environment: The paperclip is not displayed for messages with inline images.
Please do the following:
-Enable diagnostic logging: Message logging (processed messages only) and trace logging to file for all categories (log level Maximum)
-Send a HTML message to reproduce the problem
-Disable diagnostic logging
-Send me the content of the directory <InstallDir>\Diagnostics (as compressed archive, if possibe) and tell me the sender and recipient of your test message
-Franz