Subject: | Net::NNTP failed to open group named 0 (zero) |
Though the NNTP protocol allows the name 0 (zero) for a group, Net::NNTP
library doesn't allows to open such a group via the group subroutine. It
is evaluating the name to be valid but unfortunately 0 evaluates to
false. This is not critical enough, but breaking the standards.