Nightly snapshots should be working again

Katsuhiro Kondou kondou at nec.co.jp
Wed May 24 11:05:36 UTC 2000


In article <ylu2fock5t.fsf at windlord.stanford.edu>,
	Russ Allbery <rra at stanford.edu> wrote;

} Thanks, committed.

Thanks for recovering my mistake :)

} years have been based on that.  Are we sure of what this will do to the
} innreport reports?

How about this?

--- scripts/innreport_inn.pm.orig	Mon Apr 10 17:00:14 2000
+++ scripts/innreport_inn.pm	Wed May 24 20:03:07 2000
@@ -113,6 +113,7 @@
     # 437 Unwanted newsgroup "..."
     if ($left =~ /(\S+) <[^>]+> 437 Unwanted newsgroup \"(\S+)\"$/o) {
       my ($server, $group) = ($1, $2);
+      ($group) = split(/,/, $group);
       $server = lc $server unless $CASE_SENSITIVE;
       $inn_badart{$server}++;
       $inn_uw_ng_s{$server}++;


-- 
Katsuhiro Kondou



More information about the inn-workers mailing list