severity #429828 serious
# package unsuitable for testing
thanks

On Wed, Jun 20, 2007 at 02:18:37PM +0100, Andrew Chittenden wrote:
> The configuration variables dc_hide_mailname and dc_readhost are not
> read correctly by update-exim4.conf. This patch fixes the problem:
> 
> --- /usr/sbin/update-exim4.conf       2007-06-18 09:50:01.000000000 +0100
> +++ /net/diesel/usr/sbin/update-exim4.conf    2007-06-20 13:44:10.000000000 
> +0100
> @@ -283,8 +283,8 @@
>  fi
>  
>  dc_eximconfig_configtype="$(lowercase $dc_eximconfig_configtype | 
> check_ascii_pipe)"
> -dc_hide_mailname="$(lowercase dc_hide_mailname | check_ascii_pipe)"
> -dc_readhost="$(lowercase dc_readhost | check_ascii_pipe)"
> +dc_hide_mailname="$(lowercase $dc_hide_mailname | check_ascii_pipe)"
> +dc_readhost="$(lowercase $dc_readhost | check_ascii_pipe)"
>  case "$dc_eximconfig_configtype" in
>       satellite|smarthost)
>          if [ "${dc_hide_mailname}" = "true" ] && [ -n "${dc_readhost}" ] ; 
> then

Thanks for spotting this. Committed to svn.

Bug severity adjusted.

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to