Description: elmo-pop3.el (elmo-pop3-auth-apop): Use more strict regexp
Origin: upstream, commit: revision 1.839, date: 2007-04-24 23:28:23 +0900
Author: Yoichi NAKAYAMA <yoichi@geiin.org>

--- wl-2.14.0.orig/elmo/elmo-pop3.el
+++ wl-2.14.0/elmo/elmo-pop3.el
@@ -308,7 +308,7 @@ until the login delay period has expired
     (car response)))
 
 (defun elmo-pop3-auth-apop (session)
-  (if (string-match "^\+OK .*\\(<[^\>]+>\\)"
+  (if (string-match "^\+OK .*\\(<[=!-;?-~]+@[=!-;?-~]+>\\)"
 		    (elmo-network-session-greeting-internal session))
       ;; good, APOP ready server
       (progn
