On Fri, 2007-02-09 at 13:43 +0100, Kjetil Torgrim Homme wrote:
>
> I don't see why this is needed. what is wrong with using extract? this
> works the same for LDAP lookups, btw.
>
> address_data = ${lookup mysql \
> {SELECT m.localpart, m.maildomain, f.forward, t.tripnote, [...]
>
> now you get the forward column using ${extract{forward}{$address_data}}
>
> of course this works just as well with an ACL variable instead of
> $address_data.
True.
The general consensus seems to be "don't bother", which by an amazing
coincidence is something I'm quite good at; so that's what I shall do.
--
dwmw2