Re: [Exim] $value in hosts= acl

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: John Jetmore
Ημερομηνία:  
Προς: Nico Erfurth
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] $value in hosts= acl
On Thu, 10 Apr 2003, Nico Erfurth wrote:

> <NewStuff>
> If a "hosts" condition is satisfied by means of a lookup, the result
>     of the lookup is made available in the $host_data variable. This
>     allows you, for example, to do things like this:

>
>          deny  hosts = net-lsearch;/some/file
>                message = $host_data
> </NewStuff>


Doh! I even went through my 4.10 spec.txt and added comments w/
references to NewStuff items. I think I overlooked it because it was
handwritten =/.

Thanks!
--John