Gnus development mailing list
 help / color / mirror / Atom feed
From: Rolf Marvin B|e Lindgren <roffe@tag.uio.no>
Subject: GNUS and authentication
Date: 07 Oct 1997 12:35:55 +0200	[thread overview]
Message-ID: <lbz90w5273o.fsf@tag.uio.no> (raw)
In-Reply-To: <87wwjqjud9.fsf@A31147.resnet.ucsb.edu>

I have the following:

(defun nntp-send-authinfo ()
  "Send the AUTHINFO to the nntp server.
This function is supposed to be called from `nntp-server-opened-hook'."
  (cond 
   ...
   ((string-match "nntp.uio.no" nntp-address)
    (message "opening nntp.uio.no")
    (nntp-send-command "^.*\r?\n" "AUTHINFO USER" "*")
    (nntp-send-command "^.*\r?\n" "AUTHINFO PASS" "*")    
    (message "opened nntp.uio.no"))))

[actual user and password replaced by "*"]

Emacs says "opened nntp.uio.no", then hangs.  as a matter of fact,
this has been the behavior since early versions of DING.  

I'm behind a firewall, which unfortunately means a) this can be part of
the problem b) it's difficult to get other people to look at this
directly.

any suggestions, anyway?

-- 

       Rolf Lindgren           |       "The opinions expressed above are
       Sofienberggt. 13b       |        not necessarily those of anyone"
       N-0551 OSLO             |               roffe@ask.uio.no 


  parent reply	other threads:[~1997-10-07 10:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-07  0:21 Global scoring? Graham Hughes
1997-10-07  2:33 ` Karl Kleinpaste
1997-10-07  4:22   ` hardaker
1997-10-07 10:35 ` Rolf Marvin B|e Lindgren [this message]
1997-10-12 19:30   ` GNUS and authentication Lars Magne Ingebrigtsen
1997-10-12 19:28 ` Global scoring? Lars Magne Ingebrigtsen

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=lbz90w5273o.fsf@tag.uio.no \
    --to=roffe@tag.uio.no \
    /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).