INN commit: trunk (3 files)

INN Commit rra at isc.org
Sun Dec 25 20:56:10 UTC 2011


    Date: Sunday, December 25, 2011 @ 12:56:10
  Author: iulius
Revision: 9383

update sendinpaths to use the current top1000 addresses

As the top1000.org domain name has been discontinued for the TOP 1000
Usenet stats, update our documentation and sendinpaths to use
top1000.anthologeek.net.

Modified:
  trunk/backends/sendinpaths.in
  trunk/doc/pod/ninpaths.pod
  trunk/doc/pod/sendinpaths.pod

-------------------------+
 backends/sendinpaths.in |    2 +-
 doc/pod/ninpaths.pod    |    2 +-
 doc/pod/sendinpaths.pod |   10 +++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

Modified: backends/sendinpaths.in
===================================================================
--- backends/sendinpaths.in	2011-10-01 11:01:56 UTC (rev 9382)
+++ backends/sendinpaths.in	2011-12-25 20:56:10 UTC (rev 9383)
@@ -28,7 +28,7 @@
 my $reportdays  = 32;
 my $keepdays    = 0;
 
-my @emailto     = ('pathsurvey at top1000.org', 'top1000 at anthologeek.net');
+my @emailto     = ('top1000 at anthologeek.net');
 my $emaildef    = join(' ', @emailto);
 my $debug       = 0;
 

Modified: doc/pod/ninpaths.pod
===================================================================
--- doc/pod/ninpaths.pod	2011-10-01 11:01:56 UTC (rev 9382)
+++ doc/pod/ninpaths.pod	2011-12-25 20:56:10 UTC (rev 9383)
@@ -76,7 +76,7 @@
 =item 5.
 
 In a couple of days, check that your daily statistics properly appear in
-L<http://www.top1000.org/>.
+L<http://top1000.anthologeek.net/>.
 
 =back
 

Modified: doc/pod/sendinpaths.pod
===================================================================
--- doc/pod/sendinpaths.pod	2011-10-01 11:01:56 UTC (rev 9382)
+++ doc/pod/sendinpaths.pod	2011-12-25 20:56:10 UTC (rev 9383)
@@ -14,9 +14,9 @@
 by running B<ninpaths> on each one and making sure the exit status is
 zero, and passes them to B<ninpaths> to generate a cumulative report.
 By default, that report is mailed to the e-mail addresses configured at
-the beginning of this script (by default <pathsurvey at top1000.org> and
+the beginning of this script (by default, only one address is configured:
 <top1000 at anthologeek.net>) in order to supply the TOP1000 project with
-useful statistics:  see L<http://www.top1000.org/> for more information.
+useful statistics.  See L<http://top1000.anthologeek.net/> for more information.
 
 When finished, B<sendinpaths> deletes all dump files in I<pathlog>/path
 that are older than I<keep-days> days.
@@ -65,9 +65,9 @@
 
 =item I<address> ...
 
-E-mail the report to the mentioned addresses instead of the default ones.
-Several addresses can be used, separated by whitespace.  For instance,
-for two adresses:
+E-mail the report to the mentioned address or addresses, instead of the
+default one.  Several addresses can be used, separated by whitespace.
+For instance, for two adresses:
 
     sendinpaths pathsurvey at top1000.org top1000 at anthologeek.net
 




More information about the inn-committers mailing list