Remove commented-out value.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 22 Jan 2011 19:09:08 +0000 (20:09 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 22 Jan 2011 19:09:08 +0000 (20:09 +0100)
lisp/message.el

index 7f83f0a..f035cf4 100644 (file)
@@ -4172,7 +4172,6 @@ not have PROP."
     (nreverse regions)))
 
 (defcustom message-bogus-addresses
-  ;; '("noreply" "nospam" "invalid")
   '("noreply" "nospam" "invalid" "@@" "[^[:ascii:]].*@" "[ \t]")
   "List of regexps of potentially bogus mail addresses.
 See `message-check-recipients' how to setup checking.