Re: [Exim] Insert Query?

Pàgina inicial
Delete this message
Reply to this message
Autor: William Thompson
Data:  
A: Brian K. West
CC: exim-users
Assumpte: Re: [Exim] Insert Query?
> I notice the docs say that insert and update queries return the number of
> affected rows now.. but how would you do an insert query in your exim
> config?


Off the top of my head, you can do:
    condition = ${lookup mysql{insert ...}{yes}{no}}
    or
    message = ${lookup mysql{insert ...}{}{}}<actual message>


I did something like this with ${run ..} to lock out people who attempt to
relay via my server

The downside of that, was a real lockout was performed when I used exim -bh
<ip>