Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+from-uce@imap.cc>
Subject: Re: nntp-open-via-rlogin-and-telnet - "Denied server"
Date: Tue, 08 Nov 2005 22:23:51 +0100	[thread overview]
Message-ID: <v9vez2x28o.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <dgm*XyW2q@news.chiark.greenend.org.uk>

On Sat, Nov 05 2005, Mark Carroll wrote:

> In article <P5f*x4U2q@news.chiark.greenend.org.uk>,
> Mark Carroll  <markc@chiark.greenend.org.uk> wrote:
> (snip)
>>             (nntp-via-rlogin-command-switches '("-C" "-t" "-e" "none"))
> (snip)
>
> Solved it! That quote shouldn't be there. The 6.2.1.2 Indirect
> Functions section of the Gnus Manual had quotes around the string that
> confused me. (-:

Well, the quotes are printed around almost all literal examples, see 
(info "(texinfo)samp").

But maybe we should add an example with ssh to (info "(gnus)Example
Methods")?

--8<---------------cut here---------------start------------->8---
Here's an example for an indirect connection:
@lisp
(setq gnus-select-method
      '(nntp "indirect"
             (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
             (nntp-via-address "intermediate.host.example")
	     (nntp-address "the.real.nntp.host")
             (nntp-via-rlogin-command "ssh")
             (nntp-via-rlogin-command-switches ("-C" "-t" "-e" "none"))
             (nntp-end-of-line "\n")))
@end lisp
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


      reply	other threads:[~2005-11-08 21:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-04 19:37 Mark Carroll
2005-11-05  2:28 ` Mark Carroll
2005-11-08 21:23   ` Reiner Steib [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v9vez2x28o.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+from-uce@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).