about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/NNTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/NNTP.pm b/lib/PublicInbox/NNTP.pm
index 5cbf5a16..eb2c0b38 100644
--- a/lib/PublicInbox/NNTP.pm
+++ b/lib/PublicInbox/NNTP.pm
@@ -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}>");
         }
 }