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 run‐
14 ning ninpaths on each one and making sure the exit status is zero, and
15 passes them to ninpaths to generate a cumulative report. That report
16 is mailed to the e-mail addresses configured at the beginning of this
17 script (by default "pathsurvey@top1000.org" and "top1000@antholo‐
18 geek.net").
19
20 When finished, sendinpaths deletes all dump files in pathlog/path that
21 are older than 14 days (configurable at the beginning of the script).
22
23 For more information on how to set up ninpaths, see ninpaths(8).
24
26 -n Don't e-mail the report; instead, just print it to standard output.
27 Don't delete old dump files.
28
30 ninpaths(8)
31
33 sendinpaths was written by Olaf Titz <olaf@bigred.inka.de>.
34
35
36
37INN 2.4.0 2002-12-03 SENDINPATHS(8)