Variable: nntp-rlogin-parameters
nntp-rlogin-parameters is a variable defined in nntp.el.gz.
Value
("telnet" "-8" "${NNTPSERVER:=news}" "nntp")
Documentation
Parameters to nntp-open-rlogin.
That function may be used as nntp-open-connection-function. In that
case, this list will be used as the parameter list given to rsh.
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-rlogin-parameters '("telnet" "-8" "${NNTPSERVER:=news}" "nntp")
"Parameters to `nntp-open-rlogin'.
That function may be used as `nntp-open-connection-function'. In that
case, this list will be used as the parameter list given to rsh.")