message.el (message-valid-fqdn-regexp): Udate with newly approved top-level domain...
authorTassilo Horn <tassilo@member.fsf.org>
Sat, 10 Dec 2011 01:51:53 +0000 (01:51 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sat, 10 Dec 2011 01:51:53 +0000 (01:51 +0000)
lisp/gnus/ChangeLog
lisp/gnus/message.el

index e8d0fb2..1984e01 100644 (file)
@@ -1,3 +1,8 @@
+2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * message.el (message-valid-fqdn-regexp): Udate with newly approved
+       top-level domain names ".tel" and ".asia".
+
 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-sum.el (gnus-summary-show-article): Don't load shr
index b127160..85c0847 100644 (file)
@@ -1893,14 +1893,14 @@ You must have the \"hashcash\" binary installed, see `hashcash-path'."
   (concat "[a-z0-9][-.a-z0-9]+\\." ;; [hostname.subdomain.]domain.
          ;; valid TLDs:
          "\\([a-z][a-z]\\|" ;; two letter country TDLs
-         "aero\\|arpa\\|bitnet\\|biz\\|bofh\\|"
+         "aero\\|arpa\\|asia\\|bitnet\\|biz\\|bofh\\|"
          "cat\\|com\\|coop\\|edu\\|gov\\|"
          "info\\|int\\|jobs\\|"
          "mil\\|mobi\\|museum\\|name\\|net\\|"
-         "org\\|pro\\|travel\\|uucp\\)")
+         "org\\|pro\\|tel\\|travel\\|uucp\\)")
   ;; http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains
   ;; http://en.wikipedia.org/wiki/GTLD
-  ;; `in the process of being approved': .asia .post .tel .sex
+  ;; `approved, but not yet in operation': .xxx
   ;; "dead" nato bitnet uucp
   "Regular expression that matches a valid FQDN."
   ;; see also: gnus-button-valid-fqdn-regexp