<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE lire:report-spec PUBLIC
  "-//LogReport.ORG//DTD Lire Report Specification Markup Language V2.0//EN"
  "http://www.logreport.org/LRSML/2.0/lrsml.dtd">
<lire:report-spec xmlns:lire="http://www.logreport.org/LRSML/"
 superservice="email" id="top-status-by-domain" charttype="histogram">

 <lire:title>Status Summary For Most Common Domains</lire:title>
 <lire:description>
  <para>This report is a summary for the most common domains.</para>
 </lire:description>

 <lire:param-spec>
  <lire:param name="domain_to_show" type="int" default="10">
   <lire:description>
    <para>This parameter controls the number of domains to
     display in the report.</para>
   </lire:description>
  </lire:param>
 </lire:param-spec>

 <lire:display-spec>
  <lire:title>Summary of delivery for the most common domains.</lire:title>
 </lire:display-spec>

 <lire:report-calc-spec>
  <lire:group sort="-deliveries_total" limit="$domain_to_show">
   <lire:field name="from_domain"/>

   <lire:group sort="-deliveries_total">
    <lire:field name="stat"/>
    <lire:count name="deliveries_total" label="Deliveries"/>
    <lire:count name="deliveries_ratio" ratio="table" label="% Total"/>
    <lire:count name="deliveries_group_ratio" ratio="group" label="% Domain"/>
   </lire:group>
  </lire:group>
 </lire:report-calc-spec>

</lire:report-spec>

<!-- 
Keep this comment at the end of the file
Local variables:
mode: xml
-->
