* elmo-nntp.el (elmo-network-initialize-session): Fixed for Response '400'
authorokada <okada>
Thu, 27 Dec 2001 05:57:54 +0000 (05:57 +0000)
committerokada <okada>
Thu, 27 Dec 2001 05:57:54 +0000 (05:57 +0000)
elmo/ChangeLog
elmo/elmo-nntp.el

index fc5ab4a..5a33b52 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-27  Kenichi OKADA  <okada@opaopa.org>
+
+       * elmo-nntp.el (elmo-network-initialize-session): Fixed for Response '400'
+
 2001-12-27  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable.
index 2ef9232..151ec94 100644 (file)
@@ -263,7 +263,7 @@ Don't cache if nil.")
       (while (and (memq (process-status process) '(open run))
                  (goto-char (point-max))
                  (forward-line -1)
-                 (not (looking-at "^[3-5][0-9][0-9]")))
+                 (not (looking-at "^[2-5][0-9][0-9]")))
        (accept-process-output process 1))
       (setq elmo-nntp-read-point (point))
       (or (elmo-nntp-read-response session t)