1SENDINPATHS(8) InterNetNews Documentation SENDINPATHS(8)
2
3
4
6 sendinpaths - Send Usenet Path: statistics via e-mail
7
9 sendinpaths [-n]
10
12 sendinpaths checks pathlog/path for ninpaths dump files, finds dump
13 files generated in the past 30 days, makes sure they are valid by
14 running ninpaths on each one and making sure the exit status is zero,
15 and passes them to ninpaths to generate a cumulative report. That
16 report is mailed to the e-mail addresses configured at the beginning of
17 this script (by default <pathsurvey@top1000.org> and
18 <top1000@anthologeek.net>) in order to supply the TOP1000 project with
19 useful statistics: see <http://www.top1000.org/> for more information.
20
21 When finished, sendinpaths deletes all dump files in pathlog/path that
22 are older than 14 days (configurable at the beginning of the script).
23
24 For more information on how to set up ninpaths, see ninpaths(8).
25
27 -n Don't e-mail the report; instead, just print it to standard output.
28 Don't delete old dump files.
29
31 sendinpaths was written by Olaf Titz <olaf@bigred.inka.de>.
32
33 $Id: sendinpaths.pod 8148 2008-10-25 18:12:55Z iulius $
34
36 ninpaths(8).
37
38
39
40INN 2.5.2 2010-08-11 SENDINPATHS(8)