[Exim] partial-mysql query question

Pàgina inicial
Delete this message
Reply to this message
Autor: Tom Bell
Data:  
A: Exim Mailing List
Assumpte: [Exim] partial-mysql query question
Howdy,
    I'm currently running exim 3.35 under debian 3.0 and
I have a no doubt simple question. I was using the
sender_reject_recipients
tag with a partial-lseach* on a flat file and was very happy
with it. I have since switched to using partial-mysql instead
and it works well also, however it doesn't seem to match on
partial domains. eg


partial-lsearch

*.test.com     *


mail from: <frank@???>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ would be matched using the
partial lsearch against *.test.com this does not seem to be
working under mysql.

Any ideas as to why would be highly appreciated.

Tom Bell
NCT Computers

relevant bits and pieces

Linux bilbo 2.4.17 #1 SMP Wed Apr 24 21:32:45 EST 2002 i686 unknown
unknown GNU/Linux

Exim version 3.35 #1 built 08-Aug-2002 12:41:13
Copyright (c) University of Cambridge 2001

#sender_reject_recipients = @@partial-lsearch*;/etc/exim/reject-users
sender_reject_recipients = @@partial-mysql;select user from reject_users
where host like '${key}';