From: Eli Zaretskii Date: Mon, 16 Feb 2004 11:35:50 +0000 (+0000) Subject: (rmail-default-dont-reply-to-names): Make "info-" X-Git-Tag: ttn-vms-21-2-B4~7611 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15e04960f8d0cdcb9a1ef2e8d2360c7851de8fb6;p=emacs.git (rmail-default-dont-reply-to-names): Make "info-" anchored at the beginning of the email address. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index f95439b0cb2..512c962c0bc 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -139,9 +139,9 @@ plus whatever is specified by `rmail-default-dont-reply-to-names'." :group 'rmail-reply) ;;;###autoload -(defvar rmail-default-dont-reply-to-names "info-" "\ -A regular expression specifying part of the value of the default value of -the variable `rmail-dont-reply-to-names', for when the user does not set +(defvar rmail-default-dont-reply-to-names "\\`info-" "\ +A regular expression specifying part of the default value of the +variable `rmail-dont-reply-to-names', for when the user does not set `rmail-dont-reply-to-names' explicitly. (The other part of the default value is the user's email address and name.) It is useful to set this variable in the site customization file.")