Giuliano Gavazzi wrote:
>
> At 6:52 pm +0200 2004/06/21, Giuliano Gavazzi wrote:
> >perhaps a stupid question, but:
> >exim -bh does not log certain conditions. This is a snippet of rcpt
> >acl:
> >
> >warn condition = ${if !eqi \ ******** this condition not logged in
> >test below
> > {${extract{-2}{.}{$sender_host_name}{$value}fail}}\
> > {${extract{-2}{.}{$sender_helo_name}{$value}fail}}\
> > {yes}{no}}
> > set acl_c1 = 1
> [...]
>
> >Now the test. Note that for the given IP value $sender_host_name is
> >empty.
> [...]
>
> Well, not even a -d-all+acl logs that condition
You need to use -d+expand, or -d-all+expand, just add +expand :)
--
--EAL--