Installation instructions

130 Advanced topics GFI MailSecurity for Exchange/SMTP
Variables used in XSL-based notification templates
Notify user and notify manager notifications (in notifyuser
folder and notifymanager folder respectively)
Node
Description
itemsenderemailaddress
The sender‟s email address.
itemsubject
The quarantined email subject.
itemdeliverytime
The date and time the message was delivered.
itemrecipients/recipient
The message recipients. Use xsl:for-each to enumerate.
action
Action taken on message by GFI MailSecurity.
shortdate
Date when email was processed. Short date format.
longdate
Date when email was processed. Long date format.
“time24”
Time when email was processed. 24 hour format.
“time12”
Time when email was processed.
“infringedrules/rule”
List of rules infringed. Use xsl:for-each to enumerate.
“itemmessageid”
The message ID of the email processed.
“itemscandirection”
0 Inbound : 1 Outbound : 4 Mixed
The listing on the next page shows a typical notify manager XSL
template, which will generate the following HTML output.
HTML Output
<HTML>
<BODY>
On 04 August 2005 an email was blocked which has violated the following
rules:<P></P>
<B>BitDefender Anti-Virus</B><BR/>
<P>
The following action(s) were taken: <B>Quarantined</B>
</P>
Additional information:
<P>
<table border="1">
<tr>
<td>Subject</td><td><B>Sample email subject</B></td>
</tr>
<tr>
<td>Sender</td><td><B>samplesender@sampledomain.com</B></td>
</tr>
<tr>
<td colspan="2" align="center">Recipients</td>
</tr>
<tr>
<td colspan="2"><B>samplerecipient@localdomain.com</B></td>
</tr>
</table>
</P>
Regards,<BR/>
GFI ContentSecurity.
</BODY>
</HTML>