From 789dea8e6abab50bcc212d70009a3babafe3aaf6 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 19 Oct 2007 14:46:29 +0000
Subject: [PATCH] Fix issue 2334: message-body property format issue
---
opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml
index 73eaef1..882468b 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml
@@ -89,11 +89,11 @@
<adm:property name="message-subject" mandatory="true" multi-valued="false">
<adm:synopsis>
Specifies the subject that should be used for e-mail messages generated
- by this alert handler. The token "%%alert-type%%" will be dynamically
- replaced with the alert type string. The token "%%alert-id%%" will be
+ by this alert handler. The token "%%%%alert-type%%%%" will be dynamically
+ replaced with the alert type string. The token "%%%%alert-id%%%%" will be
dynamically replaced with the alert ID value. The token
- "%%alert-message%%" will be dynamically replaced with the alert message.
- The token "\n" will be replaced with an end-of-line marker.
+ "%%%%alert-message%%%%" will be dynamically replaced with the alert message.
+ The token "\\n" will be replaced with an end-of-line marker.
</adm:synopsis>
<adm:syntax>
<adm:string />
@@ -108,11 +108,11 @@
<adm:property name="message-body" mandatory="true" multi-valued="false">
<adm:synopsis>
Specifies the body that should be used for e-mail messages generated
- by this alert handler. The token "%%alert-type%%" will be dynamically
- replaced with the alert type string. The token "%%alert-id%%" will be
+ by this alert handler. The token "%%%%alert-type%%%%" will be dynamically
+ replaced with the alert type string. The token "%%%%alert-id%%%%" will be
dynamically replaced with the alert ID value. The token
- "%%alert-message%%" will be dynamically replaced with the alert message.
- The token "\n" will be replaced with an end-of-line marker.
+ "%%%%alert-message%%%%" will be dynamically replaced with the alert message.
+ The token "\\n" will be replaced with an end-of-line marker.
</adm:synopsis>
<adm:syntax>
<adm:string />
--
Gitblit v1.10.0