INN commit: branches/2.5/scripts (innreport_inn.pm)

INN Commit rra at isc.org
Tue Mar 16 19:53:26 UTC 2010


    Date: Tuesday, March 16, 2010 @ 12:53:26
  Author: iulius
Revision: 9015

Properly show in innreport news clients that failed to post articles.

Modified:
  branches/2.5/scripts/innreport_inn.pm

------------------+
 innreport_inn.pm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: innreport_inn.pm
===================================================================
--- innreport_inn.pm	2010-03-16 19:53:13 UTC (rev 9014)
+++ innreport_inn.pm	2010-03-16 19:53:26 UTC (rev 9015)
@@ -2384,7 +2384,8 @@
   if (%nnrpd_groups) {
     foreach my $key (keys (%nnrpd_connect)) {
       unless ($nnrpd_groups{$key} || $nnrpd_post_ok{$key} ||
-	      $nnrpd_articles{$key}) {
+              $nnrpd_post_rej{$key} || $nnrpd_post_error{$key} ||
+              $nnrpd_articles{$key}) {
 	$nnrpd_curious{$key} = $nnrpd_connect{$key};
 	delete $nnrpd_connect{$key};
       }




More information about the inn-committers mailing list