~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to email/reports/errors-by-to-relay.xml

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2002-04-11 23:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020411233621-rj3dbr7z5wulfd7z
Tags: upstream-20020214
ImportĀ upstreamĀ versionĀ 20020214

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!DOCTYPE lire:report-spec PUBLIC
 
3
  "-//LogReport.ORG//DTD Lire Report Specification Markup Language V1.0//EN"
 
4
  "http://www.logreport.org/LRSML/1.0/lrsml.dtd">
 
5
<lire:report-spec xmlns:lire="http://www.logreport.org/LRSML/"
 
6
 superservice="email" id="errors-by-to-relay">
 
7
 
 
8
 <lire:title>Failed Deliveries By Relay Email Report</lire:title>
 
9
 <lire:description>
 
10
  <para>This report shows the errors that happened for each relay that
 
11
   was contacted.
 
12
  </para>
 
13
 </lire:description>
 
14
 
 
15
 <lire:display-spec>
 
16
  <lire:title>Failed Deliveries By Relay</lire:title>
 
17
 
 
18
  <lire:description>
 
19
   <para>
 
20
    Note: Only printed is the first word of the stat= field.
 
21
    Therefore:
 
22
    <variablelist>
 
23
 
 
24
     <varlistentry>
 
25
      <term>service</term>
 
26
      <listitem><para>means service unavailable</para>
 
27
      </listitem>
 
28
     </varlistentry>
 
29
 
 
30
     <varlistentry>
 
31
      <term>user</term>
 
32
      <listitem><para>means user unknown</para>
 
33
      </listitem>
 
34
     </varlistentry>
 
35
 
 
36
     <varlistentry>
 
37
      <term>host</term>
 
38
      <listitem><para>means host unknown</para>
 
39
      </listitem>
 
40
     </varlistentry>
 
41
 
 
42
     <varlistentry>
 
43
      <term>data</term>
 
44
      <listitem><para>means data format error</para>
 
45
      </listitem>
 
46
     </varlistentry>
 
47
 
 
48
     <varlistentry>
 
49
      <term>remote</term>
 
50
      <listitem><para>means remote protocol error</para>
 
51
      </listitem>
 
52
     </varlistentry>
 
53
 
 
54
     <varlistentry>
 
55
      <term>can't</term>
 
56
      <listitem><para>means can't create output</para>
 
57
      </listitem>
 
58
     </varlistentry>
 
59
    </variablelist>
 
60
   </para>
 
61
  </lire:description>
 
62
 </lire:display-spec>
 
63
 
 
64
 <lire:filter-spec>
 
65
  <lire:ne arg1="$stat" arg2="sent"/>
 
66
 </lire:filter-spec>
 
67
 
 
68
 <lire:report-calc-spec>
 
69
  <lire:group sort="-error_total">
 
70
   <lire:field name="to_relay_host"/>
 
71
   <lire:count name="error_total"/>
 
72
   <lire:group sort="-error_by_stat_total">
 
73
    <lire:field name="stat"/>
 
74
    <lire:count name="error_by_stat_total"/>
 
75
   </lire:group>
 
76
  </lire:group>
 
77
 
 
78
 </lire:report-calc-spec>
 
79
 
 
80
</lire:report-spec>
 
81
 
 
82
<!-- 
 
83
Keep this comment at the end of the file
 
84
Local variables:
 
85
mode: xml
 
86
-->