]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NNTP.pm
nntp: LIST ACTIVE.TIMES use angle brackets around address
[public-inbox.git] / lib / PublicInbox / NNTP.pm
index 5cbf5a16e4e1b8b38c79312540c125828d5be4b7..eb2c0b38c445025dec375e4dd8f443a35ced59e5 100644 (file)
@@ -149,7 +149,7 @@ sub list_active_times ($;$) {
        for my $ngname (grep(/$wildmat/, @{$self->{nntpd}->{groupnames}})) {
                my $ibx = $groups->{$ngname};
                my $c = eval { $ibx->uidvalidity } // time;
-               more($self, "$ngname $c $ibx->{-primary_address}");
+               more($self, "$ngname $c <$ibx->{-primary_address}>");
        }
 }