Hi: I noticed that innreport missed many groups in the newsgroup request count section for nntpcache. It turned out that nntpcached sometimes prints more than one space between the group name and the group count. Obviously changing if ($left =~ /(\S+) group (\S+) (\d+)$/o) to if ($left =~ /(\S+) group (\S+) +(\d+)$/o) in innreport.pm fixed the problem. But I wonder if nntpcache should be changed instead? I'll make a patch to do that if anyone wants me to. -- Debian GNU/Linux 1.3 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt