aboutsummaryrefslogtreecommitdiff
path: root/tests/etc/mailstats.rc
blob: febad112f2a894ef5b3949520e63aca1e9129b09 (plain)
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
# This file is part of Wydawca testsuite
# Copyright (C) 2009 Sergey Poznyakoff
#
# Wydawca is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# Wydawca is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Wydawca.  If not, see <http://www.gnu.org/licenses/>.

mail-statistics {
  statistics all;
  message <<EOT
Subject: Wydawca stats

This is to notify you that the recent run of wydawca
caused the following results:

errors ............................. ${stat:errors}
warning ............................ ${stat:warnings}
bad signatures ..................... ${stat:bad_signatures}
access violation attempts .......... ${stat:access_violations}
complete triplets .................. ${stat:complete_triplets}
incomplete triplets ................ ${stat:incomplete_triplets}
bad triplets ....................... ${stat:bad_triplets}
expired triplets ................... ${stat:expired_triplets}
triplet successes .................. ${stat:triplet_success}
files uploaded ..................... ${stat:uploads}
files archived ..................... ${stat:archives}
symlinks created ................... ${stat:symlinks}
symlinks removed ................... ${stat:rmsymlinks}

Regards,
Wydawca
EOT;
}

Return to:

Send suggestions and report system problems to the System administrator.