# HG changeset patch # User Eli Zaretskii # Date 1076931350 0 # Node ID c0b52e41d35da4801a4e98c54404ed29bc296adc # Parent 26dc8943ee644a62c8bf372ed54cacfb1300b18e (rmail-default-dont-reply-to-names): Make "info-" anchored at the beginning of the email address. diff -r 26dc8943ee64 -r c0b52e41d35d lisp/mail/rmail.el --- 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.")