chiark / gitweb /
Commit 2.4.5-5 as unpacked
[innduct.git] / doc / pod / sendinpaths.pod
1 =head1 NAME
2
3 sendinpaths - Send Usenet Path statistics via e-mail
4
5 =head1 SYNOPSIS
6
7 B<sendinpaths> [B<-n>]
8
9 =head1 DESCRIPTION
10
11 B<sendinpaths> checks I<pathlog>/path for B<ninpaths> dump files, finds
12 dump files generated in the past 30 days, makes sure they are valid by
13 running B<ninpaths> on each one and making sure the exit status is zero,
14 and passes them to B<ninpaths> to generate a cumulative report.  That
15 report is mailed to the e-mail addresses configured at the beginning of
16 this script (by default "pathsurvey@top1000.org" and
17 "top1000@anthologeek.net").
18
19 When finished, B<sendinpaths> deletes all dump files in I<pathlog>/path
20 that are older than 14 days (configurable at the beginning of the script).
21
22 For more information on how to set up B<ninpaths>, see ninpaths(8).
23
24 =head1 OPTIONS
25
26 =over 4
27
28 =item B<-n>
29
30 Don't e-mail the report; instead, just print it to standard output.  Don't
31 delete old dump files.
32
33 =back
34
35 =head1 SEE ALSO
36
37 ninpaths(8)
38
39 =head1 HISTORY
40
41 B<sendinpaths> was written by Olaf Titz <olaf@bigred.inka.de>.
42
43 =cut