On Fri, 7 Jun 2002, Roger B.A. Klorese wrote:
> Well, that's better... but the last line of the condition errors:
>
> 2002-06-07 12:35:16 Exim configuration error
> option "" unknown in line 368
>
> Thanks for your assistance.
change the condition to look like this:
condition = \
${if eq\
{\
${lookup{"${local_part}-${domain}"}\
lsearch{/war/lists/ALIASES/mj-alias-${domain}}\
{$value}{}\
}\
}{}{no}{yes}\
}
(what was the second to last ans is now the third to last line was missing
a backslash)
--John