Marco Herrn wrote:
>> data = ${lookup ...alias... {$value ${lookup ... mailbox... {, $value}}}}
> Not really sure, what you mean by this. The path to the mailbox
It would expand to
data = [EMAIL PROTECTED], [EMAIL PROTECTED]
but only if there's a mailbox [EMAIL PROTECTED], otherwise
data = [EMAIL PROTECTED]
You could also rearrange your db query to return data in this format.
Btw, did you think about what will happen if there is more than one
alias to a single address?
>> unseen = ${lookup ...is this also a mailbox?... {yes}{no}}
> That seems to be the best option! It fits very well in my current
> configuration and also seems very clean. Thank your for your
You should take care with unseen, but AFAICS it's ok to use it here.
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/