* elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
authoryoichi <yoichi>
Sun, 22 Jan 2006 12:48:36 +0000 (12:48 +0000)
committeryoichi <yoichi>
Sun, 22 Jan 2006 12:48:36 +0000 (12:48 +0000)
handling.

elmo/ChangeLog
elmo/elmo-vars.el

index a3d068b..c32830f 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-vars.el (elmo-mailing-list-name-spec-list): Fix list-id
+       handling.
+
 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-vars.el (elmo-mailing-list-name-spec-list): New user option.
index ef20639..93af6ce 100644 (file)
@@ -447,7 +447,8 @@ Arguments for this function are NAME, BUFFER, HOST and SERVICE.")
     (x-sequence "^\\([^ ]+\\)")
     (subject "^\\s(\\(\\S)+\\)[ :][0-9]+\\s)[ \t]*")
     (list-post "<mailto:\\(.+\\)@")
-    (list-id ("\\(<\\|^\\)\\([^.]+\\)\\." . 2))
+    (list-id "<\\([^.]+\\)\\.")
+    (list-id "^\\([^.]+\\)\\.")
     (mailing-list ("\\(^\\|; \\)contact \\([^@]+\\)-[^-@]+@" . 2))
     (return-path "^<\\([^@>]+\\)-return-[0-9]+-")
     (delivered-to "^mailing list \\([^@]+\\)@"))