[Exim] Syntax has me stumped
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Matthew Byng-Maddick at
2001-10-05 20:49
Author:
Marc Perkel
Date:
2001-10-05 18:31
UTC
To:
exim-users
Subject:
[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.