On Wed, Aug 02, 2017 at 10:03:47PM +1000, [email protected] 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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
