[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[leafnode-list] local group, strange behavour.



Thanks Cornelius, 

your patch bellow does correct the problem ! I get now the same message
as for a group coming out of one of my stream when selecting it for the
first time.

But there is still a problem : when I post something to one of these
local groups, nothings append. When i look inside the spool I can't see
any new message, anywhere.

Particulary, no directories ,associated to the local groups, were 
created to store these messages as it seems to be the case with groups
out of a stream.

What could be wrong here ?

Any idea ???

Thanks for you help

Guy


<!--
> 
> --- nntpd.c.orig        Tue Oct 31 12:58:34 2000
> +++ nntpd.c     Thu Nov  2 13:53:20 2000
> @@ -450,11 +450,11 @@
>      t = NULL;
>      a = strtoul(arg, &t, 10);
>      if (a && t && !*t && group) {
> -       if ( pseudogroup && (!islocalgroup(group->name)) )
> +       if ( pseudogroup )
>             f = fopenpseudoart( arg, a );
>         else {
>             f = fopen(arg, "r");
> -           if ( !f && (!islocalgroup(group->name)) )
> +           if ( !f )
>                 f = fopenpseudoart( arg, a );
>         }
>         if ( f )
> 
-->

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list