changeset 53967:c0b52e41d35d

(rmail-default-dont-reply-to-names): Make "info-" anchored at the beginning of the email address.
author Eli Zaretskii <eliz@is.elta.co.il>
date Mon, 16 Feb 2004 11:35:50 +0000
parents 26dc8943ee64
children d65998606b6d
files lisp/mail/rmail.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Mon Feb 16 04:53:28 2004 +0000
+++ b/lisp/mail/rmail.el	Mon Feb 16 11:35:50 2004 +0000
@@ -139,9 +139,9 @@
   :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.")