Nightly snapshots should be working again
Russ Allbery
rra at stanford.edu
Wed May 24 21:52:16 UTC 2000
Katsuhiro Kondou <kondou at nec.co.jp> writes:
> 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}++;
Good idea. That'll work great for right now, and some ambituous person
can go back and add code to account for all the unwanted newsgroups if
they want. :)
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
More information about the inn-workers
mailing list