Re: [exim] MySQL table lookup..
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
John W. Baxter at
2004-10-28 00:22
Nico Erfurth at
2004-10-28 10:37
Author:
Hubert Denkmair
Date:
2004-10-28 08:04
UTC
To:
Coax
CC:
exim-users
Subject:
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