[exim] SQL Lookup question

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Stuart Gall
Datum:  
To: exim users
Betreff: [exim] SQL Lookup question
Hello,
In the docs a mysql example is

${lookup mysql{select mailbox from users where id='userx'}\
{$value}fail}

I find ${lookup mysql{select mailbox from users where id='userx'}}
returns the data just fine.

What are the $value and fail for ?

TIA
Stuart