Re: [Exim] Flat-file wildcard lookup in an ACL condition

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Adam D. Barratt
日付:  
To: Exim-users
題目: Re: [Exim] Flat-file wildcard lookup in an ACL condition
Nico Erfurth wrote, Wednesday, October 01, 2003 10:24 AM

> Adam D. Barratt wrote:

[...]
> > Before I give up on the idea, does anyone have any suggestions as to how

I
> > might achieve this?
> >
> > (Yes, I know thou must not block on HELO, hence it being a `warn').


> Have you tried the wildlsearch lookup?
>
> condition = ${lookup {$sender_helo_name} wildlsearch \
>                {/etc/exim4/blocked/domains} {1} {0}}


I had tried many variants both with and without wildlsearch yesterday, but
with no success. In fact, I could have sworn I tried that exact clause;
clearly a gremlin in the works somewhere as it works fine this morning. :-(

Thanks,

Adam