Re: [exim] MySQL - Blocking senders at RCPT time

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Evgeniy Berdnikov
Data:  
Para: exim-users
Assunto: Re: [exim] MySQL - Blocking senders at RCPT time
On Wed, Aug 02, 2017 at 10:03:47PM +1000, thunder@??? wrote:
> >drop    senders = ${lookup mysql{select sender from
> >mail.bannedsenders} {$value}fail}
> >        message = Not acceptable - You are blacklisted

> >
> >Doesn't work. Any suggestions would be appreciated.


It should not work because you are doing lookup of word 'sender'
instead of $sender_address (or something like that).
--
Eugene Berdnikov