Variable: nntp-via-telnet-command
nntp-via-telnet-command is a variable defined in nntp.el.gz.
Value
"telnet"
Documentation
Telnet command used to connect to an intermediate host.
This command is used by the nntp-open-via-telnet-and-telnet method.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defvoo nntp-via-telnet-command "telnet"
"Telnet command used to connect to an intermediate host.
This command is used by the `nntp-open-via-telnet-and-telnet' method.")