Re: [EXIM] Expansion problem with substr in 1.92

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: albast
Cc: exim-users
Asunto: Re: [EXIM] Expansion problem with substr in 1.92
On Sat, 2 May 1998, albast wrote:

>   command = "/usr/local/cyrus/bin/deliver \
>             -m ${substr_1:${$local_part_suffix}} -- ${local_part}"

                              ^
                              ^
This $ should not be there. The syntax for a variable substitution is


  EITHER  ${local_part_suffix}
      OR  $local_part_suffix


The error message is precisely correct:                                


letter or digit expected after ${

I regret that this is actually a typo in the manual. Sorry about that.

-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



--
*** Exim information can be found at http://www.exim.org/ ***