[Exim] Syntax has me stumped
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Ce message fait partie du fil suivant :
Arborescence complète du fil triée par date
Matthew Byng-Maddick à
2001-10-05 20:49
Auteur:
Marc Perkel
Date:
2001-10-05 18:31
UTC
À:
exim-users
Sujet:
[Exim] Syntax has me stumped
This isn't working:
file = ${extract{5}{:}{${lookup \
{$local_part}lsearch{/etc/vmail/passwd.$domain}{"{$value}.forward"}}}}
What I'm trying to do is a lookup and extract (does work) and append
".forward" onto the value extracted and set file = to that value. I
can't get the command right.