+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.
 
       (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)