NNTP "GROUP" command in ubh3 is unnecessary/detrimental
Brought to you by:
gerard
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;
}