> > Here is the line in loginfo that worked in v1.10: 
> > 
> > DEFAULT         /usr/ucb/Mail -s "CVS Update: %{sv}" ${USER}@nvs.com
> 
> This change was inadvertently omitted from NEWS -- the substitution is
> now inside double quotes rather than single quotes (this allows us to
> support files with single quotes in their names).  You need to change
> your loginfo to something like:
> 
>   DEFAULT         /usr/ucb/Mail -s "CVS Update: "%{sv} ${USER}@nvs.com
> 
> or, if you like the single quotes around the substitution:
> 
>   DEFAULT         /usr/ucb/Mail -s "CVS Update: '"%{sv}"'" 
> ${USER}@nvs.com
> 
> -Larry Jones


Thanks, Larry!!!  I now have sendmail happiness! :-) 

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to