(message-valid-fqdn-regexp): Fix previous commit.
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 26 Apr 2006 20:59:41 +0000 (20:59 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 26 Apr 2006 20:59:41 +0000 (20:59 +0000)
lisp/message.el

index a238a7b..5ad7fcc 100644 (file)
@@ -1692,7 +1692,7 @@ You must have the \"hashcash\" binary installed, see `hashcash-path'."
 (defcustom message-valid-fqdn-regexp
   (concat "[a-z0-9][-.a-z0-9]+\\." ;; [hostname.subdomain.]domain.
          ;; valid TLDs:
-         "\\([a-z][a-z]" ;; two letter country TDLs
+         "\\([a-z][a-z]\\|" ;; two letter country TDLs
          "aero\\|arpa\\|bitnet\\|biz\\|bofh\\|"
          "cat\\|com\\|coop\\|edu\\|gov\\|"
          "info\\|int\\|jobs\\|"