[email protected] wrote:
http://netwinsite.com/dnews/access.htm
"sunmay" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
:
: How do i totally blocked a user from posting an article to our
newsgroup besides setting it in the filter.dat.
:
You can block their ip address in access.conf
And/or you can add a dfilter rule http://netwinsite.com/dnews/rules.htm or a
simple accept/reject rule, e.g.
site me
groups *
accept default
reject from "[EMAIL PROTECTED]"
See this page for further info
http://netwinsite.com/dnews/spam.htm#spam_settings
ChrisP.