On 23/02/15 07:17, Matt Bryant wrote:
> mysql table
> recipientAddress, senderAddress, listType (1 = white/2= black)
> 
> 
> acl_smtp_rcpt:
> 
>     deny
>         recipients = ${lookup mysql {select recipientAddress from
> senderLists where senderAddress = ${quote_mysql:$sender_address}' and
> recipient = '${quote_mysql:$local_part@$domain}'
>         logwrite = 'LOG: Reject - recipient $local_part@$domain has
> blacklisted $sender_address

When you run in debug mode, what is the lookup doing?
-- 
Cheers,
  Jeremy


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

Reply via email to