On 28 Aug 2009 10:58:37 -0500 [email protected] (Edward M. Reingold) wrote:
>>>>>> "TZ" == Ted Zlatanov <[email protected]> writes: TZ> It looks like the connection works. The last line is a NNTP data TZ> line. Now try the same command from inside Gnus, see the TZ> nntp-open-connection function. I don't have access to this server so TZ> I can't check what's blocking you, you'll have to do a bit of TZ> debugging. Basically use (debug "step X") statements in the code to EMR> Perhaps, then, the problem is the (old) stuff in .newsrc.eld: EMR> (setq gnus-newsrc-alist '(("nntp+news.cs.illinois.edu:cs.announce" 3 ((1 EMR> . 904)) nil "nntp:news.cs.illinois.edu") EMR> ("nntp+news.cs.illinois.edu:cs.general" 3 ((1 . 5237)) nil EMR> "nntp:news.cs.illinois.edu") ("nntp+news.cs.illinois.edu:cs.grad.announce" 3 EMR> ((1 . 268)) nil "nntp:news.cs.illinois.edu") EMR> ("nntp+news.cs.illinois.edu:cs.undergrad.announce" 3 ((1 . 327)) nil EMR> "nntp:news.cs.illinois.edu") ("nntp+news.cs.illinois.edu:cs.undergrad.general" EMR> 3 ((1 . 2547)) nil "nntp:news.cs.illinois.edu") EMR> ("nntp+news.cs.illinois.edu:research.area.theory" 3 ((1 . 33)) nil EMR> "nntp:news.cs.illinois.edu") EMR> The Illinois server recently changed to one requiring a secure connection; is EMR> that "nntp" part now wrong? Not there, but you have to change the NNTP server's definition to deal with the secure connection. The newsrc file has the logical server name, while the real address, port, etc. are defined elsewhere (in the newsrc file for external servers and in Lisp for primary/secondary servers). Ted _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
