Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: readers.conf

3 views
Skip to first unread message

Russ Allbery

unread,
Jun 7, 2005, 2:19:13 AM6/7/05
to
I know you've fixed this already, but just for the record and for the
curious:

Reinfried O PETER <Reinfrie...@TUGraz.at> writes:

> I have a very simple readers.conf, that is working well in most cases,
> but it doesn't work for abusers, which I want to block. So what am I
> missing?

> My readers.conf (80.109.202.196 is my own IP - for test purposes):

> auth all {
> hosts: "*"
> default: <LOCAL>
> }

> auth "abusers" {
> hosts: "80.109.202.196"
> }

This assigns an empty identity to connections from that IP address.

> access full {
> newsgroups: "*, !junk,!control,!control.*"
> access: RPAN
> }

This grants the above access to all identities, including the empty
identity. If you inserted:

users: "*"

in this block, I believe it would then do what you want, since "*" will
not match the empty identity. The only thing that should match the empty
identity is an access block with no users setting at all.

This is not at all well-documented and probably isn't really the right
thing to do.

--
Russ Allbery (r...@stanford.edu) <http://www.eyrie.org/~eagle/>

Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.

0 new messages