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