innfeed questions/recommendations

bill davidsen davidsen at tmr.com
Wed Oct 1 19:37:15 UTC 2003


In article <Pine.LNX.4.44.0309301934030.4649-100000 at puck.litech.org>,
Jeffrey M. Vinocur <jeff at litech.org> wrote:

| Unfortunately the information that you need is logged on the remote
| server.  Assuming he's also running INN, the reason for every rejection is
| noted in $pathlog/news.  Something like the following may be a useful way
| to analyze that file.
| 
| cut -d " " -f 4,5,7- log/news \
|   | grep ^- \
|   | sort \
|   | uniq -c \
|   | sort -n \
|   | head -n100

Or "tail" to see the most common causes of rejection...
-- 
bill davidsen <davidsen at tmr.com>
  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.


More information about the inn-workers mailing list