On Thursday 17 November 2005 16:41, Tony Finch wrote:
> Yes, but your syntax isn't quite right. Remember that ${lookup has
> if/then/else functionality built in, so:
>
> delay_warning_condition = \
> ${lookup {$domain} \
> wildlsearch {/path/to/queue.list} \
> {no} {yes} }
Thanks for that. I take it spaces before and after braces are generally
insignificant.