Re: [exim] MySQL table lookup..

Góra strony
Delete this message
Reply to this message
Autor: Hubert Denkmair
Data:  
Dla: Coax
CC: exim-users
Temat: Re: [exim] MySQL table lookup..
You could try to use a LIKE in your SQL query:
SELECT '$sender_host_address' FROM global_backlist WHERE
'$sender_host_address' LIKE CONCAT(address,'%')

Hubert