File size: 8,527 Bytes
a3d72a8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 |
<?xml version="1.0" encoding="utf-8" ?>
<root>
<!-- Ticket Message -->
<data name="AME_TICKET_SUBJECT">
<!-- This is used as a subject for template message
Supports tags: $subject $dgticket -->
<value>$subject [Company Secure Email: $dgticket]</value>
<comment></comment>
</data>
<data name="AME_TICKET_BODY">
<!-- This is used as a body text for template message
Supports tags: $subject $dgticket $timestamp $password $zippedAttachments $sender $to_originalRecipients $cc_originalRecipients $bcc_originalRecipients -->
<value><![CDATA[*****************************************************************************************
You received an email encrypted by Digital Guardian. The contents of the email were encrypted to protect sensitive information during transmission.
To view the contents of the email with subject
"$subject - [Company Secure Email $dgticket]"
sent at $timestamp, use an archive utility that supports encryption with the following password:
$password
The details of the original email are:
Attachment name: $zippedAttachments
Original sender: $sender
Original recipient: to: $to_originalRecipients
cc: $cc_originalRecipients
If you do not have an archive utility to decrypt the attachment,
click one of these links to download an archive utility for your operating system:
For Microsoft Windows, Linux, and Apple Macintosh OS: http://www.win-rar.com
For Apple Macintosh and Microsoft Windows OS: http://www.stuffit.com
*****************************************************************************************
]]></value>
<comment></comment>
</data>
<!-- Original Ticket Message -->
<data name="AME_MAIL_SUBJECT">
<!-- This is used as a subject for template message
Supports tags: $subject $dgticket -->
<value>$subject [Company Secure Email: $dgticket]</value>
<comment></comment>
</data>
<data name="AME_MAIL_BODY_PASSWORD">
<!-- This is used as a body text for message with password in the message itself
Supports tags: $password -->
<value><![CDATA[*****************************************************************************************
This email was encrypted by Digital Guardian to protect sensitive information
during transmission. To view the contents of this email, use an archive utility that supports encryption with the following password:
$password
If you do not have an archive utility to decrypt the attachment, click one of these links to download an archive utility for your operating system:
For Windows, Linux, and Macintosh OS: http://www.win-rar.com
For Macintosh and Windows OS: http://www.stuffit.com
*****************************************************************************************
]]></value>
</data>
<data name="AME_MAIL_BODY_TICKET_MESSAGE">
<!-- This is used as a body text for message when the follow message is gonna be sent
Supports tags: $subject $dgticket -->
<value><![CDATA[*****************************************************************************************
This email was encrypted by Digital Guardian to protect sensitive information
during transmission.
You will receive a second email with subject
"$subject - [Company Secure Email $dgticket]"
that contains a password to decrypt the attachments in this email.
The second email includes instructions to decrypt the attachments in this email.
*****************************************************************************************
]]></value>
</data>
<!-- Original Message -->
<data name="AME_BODY_MOVED_TEXT">
<!-- This is used as a body text when the body moved into attachment
Supports tags: $bodyAttachment -->
<value><![CDATA[*****************************************************************************************
The body of this email message was encrypted and moved into
an attachment ($bodyAttachment) by Digital Guardian.
*****************************************************************************************
]]></value>
</data>
<data name="AME_SUBJECT_MOVED_TEXT">
<!-- This is used as a subject text when the subject moved into attachment
Supports tags: $bodyAttachment -->
<value><![CDATA[The original subject of this email message was encrypted and moved into an attachment ($bodyAttachment) by Digital Guardian's secure email system.]]></value>
</data>
<data name="AME_PASSWORD_IMAGE_PASSWORD_TEXT">
<!-- This is used to spcify the text that will be used to replace the $password variable
if password Display type is set to Clear or Distorted image
Supports tag: $pswImgName -->
<value><![CDATA[Password is in attachment [$pswImgName]]]></value>
</data>
<!-- Audit Message -->
<data name="AME_AUDIT_SUBJECT">
<!-- Subject of audit (shadow copy) message
Supports tags: $subject $dgticket-->
<value>Audit message subject - FW: $subject $dgticket</value>
<comment></comment>
</data>
<data name="AME_AUDIT_INFO">
<!-- Body of audit (shadow copy) message
Supports tags: $auditMessageText $sender $subject $timestamp
$to_originalRecipients $cc_originalRecipients $bcc_originalRecipients
$originalAttachments
$encryptedAttachments
$zippedAttachments $dgticket $password -->
<value>
<![CDATA[$auditMessageText
Machine Event ID: $meid
Sender: $sender
Subject: $subject
Time: $timestamp
Recipient list: to: $to_originalRecipients
cc: $cc_originalRecipients
bcc: $bcc_originalRecipients
Original attachments: $originalAttachments
Encrypted attachments: $encryptedAttachments
Zipped attachments: $zippedAttachments
Ticket number: $dgticket
Password: $password
]]></value>
<comment></comment>
</data>
<data name="AME_AUDIT_MESSAGE_TEXT">
<!-- Will be used as a default text for tag $auditMessageText in AME_AUDIT_INFO -->
<value>The original message details</value>
</data>
<!-- Variables -->
<data name="AME_PASSWORD_IMAGE_FILENAME">
<!-- This is used to spcify the file name to use for the image that hold the password
Extention defines the image type. Supported types are: gif and jpg -->
<value>password.jpg</value>
</data>
<data name="AME_BODY_MOVED_ATTACHMENT_NAME">
<!-- Name for encrypted body attachment file - in genral -->
<value>body.txt</value>
</data>
<data name="AME_BODY_MOVED_ATTACHMENT_NAME_TXT">
<!-- Name for encrypted body attachment file - txt body -->
<value>body.txt</value>
</data>
<data name="AME_BODY_MOVED_ATTACHMENT_NAME_HTM">
<!-- Name for encrypted body attachment file - HTML body -->
<value>body.html</value>
</data>
<data name="AME_BODY_MOVED_ATTACHMENT_NAME_RTF">
<!-- Name for encrypted body attachment file - RTF body -->
<value>body.rtf</value>
</data>
<data name="AME_BODY_EVENT_TITLE_NAME">
<!-- Name for body in event -->
<value>Message Body</value>
</data>
<data name="AME_AGGREGATE_ATTACHMENT_NAME">
<!-- Name for zipped attachments and body file -->
<value>EncryptedData</value>
</data>
<data name="AME_ZIP_EXTENSIONS_NAME">
<!-- Extention for zipped attachments and body file -->
<value>.zip</value>
</data>
<data name="AME_ZIP_EXTENSIONS_SEPARATOR">
<!-- Separator replace . in original file name, for zipped attachments -->
<value>_</value>
</data>
<data name="AME_RETURN_TO_SENDER_BODY">
<!-- BES and EAS use it to send message to sender when SendMail is blocked -->
<value>Message is blocked by DG</value>
</data>
<data name="AME_RETURN_TO_SENDER_SUBJECT">
<!-- BES and EAS use it to send message to sender when SendMail is blocked
Supports tags: $subject -->
<value>Message is blocked by DG - Re: $subject</value>
</data>
</root>
|