]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NNTPD.pm
run update-copyrights from gnulib for 2019
[public-inbox.git] / lib / PublicInbox / NNTPD.pm
index 6d9ffd5ffe03b687c863ec5b930f796b9d1dc9f4..0f79f8f9a9daad240d2260ffcf6c286df28b33a5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2018 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 # represents an NNTPD (currently a singleton),
@@ -25,6 +25,7 @@ sub new {
                out => \*STDOUT,
                grouplist => [],
                servername => $name,
+               greet => \"201 $name ready - post via email\r\n",
                # accept_tls => { SSL_server => 1, ..., SSL_reuse_ctx => ... }
        }, $class;
 }