Installation instructions
GFI MailSecurity for Exchange/SMTP Advanced topics 131
XSL Template
<?xml version="1.0"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:output method="html" omit-xml-declaration="yes" standalone="no"/>
<xsl:template match="/properties">
<HTML>
<BODY>
On <xsl:value-of select="longdate"/> an email was blocked which has
violated the following rules:<P/>
<xsl:for-each select="infringedrules/rule">
<B><xsl:value-of select="."/></B><BR/>
</xsl:for-each>
<P>
The following action(s) were taken: <B><xsl:value-of
select="action"/></B>
</P>
Additional information:
<P>
<table border="1">
<tr>
<td>Subject</td>
<td><B><xsl:value-of select="itemsubject"/></B></td>
</tr>
<tr>
<td>Sender</td>
<td><B><xsl:value-of select="itemsenderemailaddress"/></B></td>
</tr>
<tr>
<td colspan="2" align="center">Recipients</td>
</tr>
<xsl:for-each select="itemrecipients/recipient">
<tr>
<td colspan="2"><B><xsl:value-of select="."/></B></td>
</tr>
</xsl:for-each>
</table>
</P>
Regards,<BR/>
GFI ContentSecurity.
</BODY>
</HTML>
</xsl:template>
</xsl:stylesheet>