Privacy Policy

inno-fdi
2013-01-23T12:44:54Z
We like DisclaimIt, because it makes the management of Disclaimer much easier. We use Windows Server 2008 R2 64-bit and Exchange 2010. Now I created a new Prossesing Rule and it works for RTF and plain text but not for Mails formated in HTML. The preview of the Text Modul looks pretty nice. How can I find the error?

Tnx

franzk
2013-01-23T12:54:43Z
>How can I find the error?

Do you mean that you specified the HTML source code of a disclaimer to add in the text module, but this HTML text is not added to HTML messages, whereas the specified RTF and plain text part is added to RTF and plain text messages?

Please do the following:

- In DisclaimIt Manager, go into the properties of the server object (below the node Servers) and there on the property page "Diagnostics" enable trace logging to file for all categories (log level: Maximum).

- Send a test message to reproduce the problem.

- Afterwards trace logging and send me (franzk@netal.com) the compressed content of the directory <InstallDir>\Diagnostics. Also send me your configuration file, Global.xml, located in <InstallDir>\Data\Configuration\Settings.

-Franz

franzk
2013-01-24T12:31:51Z
Thank you for sending me the requested information.

The cause of your problem is the fact that the HTML source code of the affected text modules contains only HTML tags and no visible text, and duplicate text detection is enabled in the associated placement policy:

The affected text modules are not added because the HTML text of the text module contains only HTML tags and the duplicate text detection uses only visible text. Because the visible text is empty, it seems already to be part of the message and the text module is therefore not added.

You can:

1) Use a custom placement policy for this text module, where you disable duplicate text detection.

2) Add some visible, unique text to the HTML text.

3) Merge this text module with another one, which contains visible text.

4) Use a special comment tag to specify non-visible text which is nonetheless considered by the duplicate text detection mechanism: Words within an HTML comment which start with a $-character are also considered during the duplicate text detection. This means that you must add something like the following to your HTML text:

<!-- $CompanyLogo1 -->

Just make sure that the text you specify (e.g. CompanyLogo1) is as unique as possible and that it will usually not occur in message text.

The problem with this approach lies in the fact that sometimes such HTML comments are removed by e-mail clients when replying or forwarding, defeating the desired duplicate detection mechanism.

-Franz

inno-fdi
2013-01-24T13:46:09Z
Thanks a lot, I never would find that error, but now I understand 🙂