Changes committed gnus/lisp (ChangeLog message.el)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog message.el (message-bogus-recipient-p): Fix type in doc string. Reported by Stephen Eglen <[email protected]>. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1866 gnus/lisp/ChangeLog:7.1867 --- ChangeLog:7.1866 Mon May 26 10:36:06 2008 +++ ChangeLog Thu May 29 20:00:08 2008 @@ -1,3 +1,8 @@ +2008-05-29 Reiner Steib <[email protected]> + + * message.el (message-bogus-recipient-p): Fix type in doc string. + Reported by Stephen Eglen <[email protected]>. + 2008-05-26 Katsumi Yamaoka <[email protected]> * dgnushack.el: Autoload debug, eudc-expand-inline and Index: message.el diff -u gnus/lisp/message.el:7.261 gnus/lisp/message.el:7.262 --- message.el:7.261 Mon May 19 10:47:41 2008 +++ message.el Thu May 29 20:00:08 2008 @@ -4167,7 +4167,7 @@ RECIPIENTS is a mail header. Return a list of potentially bogus addresses. If none is found, return nil. -An addresses might be bogus if the domain part is not fully +An address might be bogus if the domain part is not fully qualified, see `message-valid-fqdn-regexp', or if it matches `message-bogus-address-regexp'." ;; FIXME: How about "foo@subdomain", when the MTA adds ".domain.tld"?