2001-01-24 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 25 Jan 2001 00:50:35 +0000 (00:50 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 25 Jan 2001 00:50:35 +0000 (00:50 +0000)
* nntp.el (nntp-open-connection): 201 is possible.

lisp/ChangeLog
lisp/nntp.el

index f783bb0..5e38fbf 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nntp.el (nntp-open-connection): 201 is possible.
+
 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
index b1e8db8..3ba900a 100644 (file)
@@ -899,7 +899,7 @@ password contained in '~/.nntp-authinfo'."
     (when (and (buffer-name pbuffer)
               process)
       (process-kill-without-query process)
-      (if (and (nntp-wait-for process "^200.*\n" buffer nil t)
+      (if (and (nntp-wait-for process "^2.*\n" buffer nil t)
               (memq (process-status process) '(open run)))
          (prog1
              (caar (push (list process buffer nil) nntp-connection-alist))