INN commit: trunk/scripts (innreport_inn.pm)
INN Commit
rra at isc.org
Tue Mar 16 19:48:30 UTC 2010
Date: Tuesday, March 16, 2010 @ 12:48:30
Author: iulius
Revision: 9008
Properly show in innreport news clients that failed to post articles.
Modified:
trunk/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:47:16 UTC (rev 9007)
+++ innreport_inn.pm 2010-03-16 19:48:30 UTC (rev 9008)
@@ -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