about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-11-27 09:52:49 +0000
committerEric Wong <e@80x24.org>2020-11-28 04:53:18 +0000
commitf5604d35bbe02ad72a4e8d5b2189ea31acf1d7b5 (patch)
tree93b6e5b554ec616d48f3ae2eac046ede71875454 /lib
parent721f7add0cf5ac6e6247483628e985742c09e45f (diff)
downloadpublic-inbox-f5604d35bbe02ad72a4e8d5b2189ea31acf1d7b5.tar.gz
This matches the example shown in RFC 3977, section 7.6.1.3
Diffstat (limited to 'lib')
-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}>");
         }
 }