mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

lutoff
06.52.2008 c69bb7a93b3a9c3315347a488e19e96f3b4bf0b8
opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml
@@ -23,7 +23,7 @@
  ! CDDL HEADER END
  !
  !
  !      Portions Copyright 2007 Sun Microsystems, Inc.
  !      Portions Copyright 2007-2008 Sun Microsystems, Inc.
  ! -->
<adm:managed-object name="smtp-alert-handler"
  plural-name="smtp-alert-handlers"
@@ -53,7 +53,7 @@
  </adm:property-override>
  <adm:property name="sender-address" mandatory="true">
    <adm:synopsis>
      Specifies the e-mail address to use as the sender for messages
      Specifies the email address to use as the sender for messages
      generated by this alert handler.
    </adm:synopsis>
    <adm:syntax>
@@ -68,7 +68,7 @@
  <adm:property name="recipient-address" mandatory="true"
    multi-valued="true">
    <adm:synopsis>
      Specifies an e-mail address to which the messages should be sent.
      Specifies an email address to which the messages should be sent.
    </adm:synopsis>
    <adm:description>
      Multiple values may be provided if there should be more than one
@@ -85,15 +85,15 @@
  </adm:property>
  <adm:property name="message-subject" mandatory="true">
    <adm:synopsis>
      Specifies the subject that should be used for e-mail messages
      Specifies the subject that should be used for email messages
      generated by this alert handler.
    </adm:synopsis>
    <adm:description>
      The token "%%%%alert-type%%%%" will be dynamically replaced with
      the alert type string. The token "%%%%alert-id%%%%" will be
      The token "%%%%alert-type%%%%" is dynamically replaced with
      the alert type string. The token "%%%%alert-id%%%%" is
      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
      "%%%%alert-message%%%%" is dynamically replaced with the
      alert message. The token "\\n" is replaced with an
      end-of-line marker.
    </adm:description>
    <adm:syntax>
@@ -107,15 +107,15 @@
  </adm:property>
  <adm:property name="message-body" mandatory="true">
    <adm:synopsis>
      Specifies the body that should be used for e-mail messages
      Specifies the body that should be used for email messages
      generated by this alert handler.
    </adm:synopsis>
    <adm:description>
      The token "%%%%alert-type%%%%" will be dynamically replaced with
      the alert type string. The token "%%%%alert-id%%%%" will be
      The token "%%%%alert-type%%%%" is dynamically replaced with
      the alert type string. The token "%%%%alert-id%%%%" is
      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
      "%%%%alert-message%%%%" is dynamically replaced with the
      alert message. The token "\\n" is replaced with an
      end-of-line marker.
    </adm:description>
    <adm:syntax>