On 24 May 2004 at 20:42, Kelley Reynolds wrote about
"Re: [Exim] ${extract} question":
| --- Original Message ---
| From: Fred Viles <fv+exim@???>
| Sent: Mon, 24 May 2004 13:36:41 -0700
|...
| I apologize... let me correct my second log statement.
|
| warn set acl_c1 = foo=1
| condition = ${extract {foo}{$acl_c1}{$value}{0}}
| log_message = This will print out
|
| warn set acl_c1 = foo=0
| condition = ${extract {foo}{$acl_c1}{$value}{1}}
| log_message = This should not print out, but does anyway
OK, that makes sense. However, I don't see that behavior with 4.22.
I get the first log line and not the second. What version are you
using? Is this now an accurate example? No spaces between the curly
braces, say?
- Fred