The newsfeeds.conf file is mainly for outgoing feeds. Generally it is safe
to leave these as 'groups *' since you won't have the other groups to send.
The me feed is a special case, and controls the names of groups that are
allowed on your server. What you are doing is correct, but you have one
technical error.
Change -
groups !*,alt.*,!*binar*,!*bianar*,!*test*
To -
groups *,alt.*,!*binar*,!*bianar*,!*test*
(I.e. remove the ! from in front of '*', since that means 'not').
Rob is also correct, the restrictions on what groups to suck from a feed
need to go in dnews.conf, specifically in the nntp_feeder or nntp_suckn
settings.
The method you would use depends on what you are trying to achieve. I would
suggest just making the above change and doing a 'tellnews reload'.
- Roydon L.
<[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
>
> sorry but i dont understand how that works.. my current newsfeeds.conf =
>
> ==============================================
> site me
> groups !*,alt.*,!*binar*,!*bianar*,!*test*
>
> site $nntp_feeder
> groups *
> posting
> builtin
> ===========================
>
> "kabel-inter.net" <[EMAIL PROTECTED]> wrote:
> >
> >"Cullen" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> >>
> >> Greetings!
> >
> >Hello !
> >
> >> I have a news server i'm trying to suck from but dnews doesnt seem to
be
> >recieving anything. I'm trying to exclude *, allow alt.*, disallow
*binar*,
> >disallow *bianar* and disallow *test*
> >
> >Allow = *.newsgroup
> >Disallow = !*.newsgroup
> >
> >nttp_feeder news.xxxxx.com alt.*,!*binaries*,!*test*,!*bianar*
> >or
> >nttp_suck2 news.xxxx.com alt.*,!*binaries*,!*test*,!*bianar*
> >
> >--
> >CU, Rob
> >
> >
>
>