Tony Finch wrote:
> On Thu, 9 Jun 2005, Thomas Mueller wrote:
> 
>>condition = ${if match{$local_part}{{lookup pgsql{SELECT '[0-9]+'}}}{yes}{no}}
> 
> You missed out the $ in ${lookup

Yes that's it, thanks.

The condition posted above works as expected now, but it doesn't work if
I add a where clause:
condition = ${if match{$local_part}{${lookup pgsql{SELECT '([0-9]+)' \
      WHERE '${quote_pgsql:$domain}' = 'tmueller.com'}}}{yes}{no}}

This matches always, even something like [EMAIL PROTECTED]
match{$local_part}{} seems to be true?


Thomas


-- 
## 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/

Reply via email to