Menu

#34 NNTP "GROUP" command in ubh3 is unnecessary/detrimental

open
nobody
None
5
2003-07-20
2003-07-20
Adam Rice
No

Since UBH 3 downloads articles by message ID, there's
no need for it to issue the NNTP "GROUP" command. In
fact, it is useful to remove this command, as it
enables ubh to work with a group that is not on all the
configured NNTP servers.

Specifically, the following lines can be removed:

if (!defined
$server->{nntp}->group($group->{name})) {
$log->error(
"Can't access ".$group->{name}.
" on server ".$server->{name});
return;
}

Discussion


Log in to post a comment.

MongoDB Logo MongoDB