Hi,
Can someone explain this to me please:
[EMAIL PROTECTED]:~# exim -be '${if
match{1}{(1)}{${extract{$1}{}{true}}}{false}}'
true
[EMAIL PROTECTED]:~# exim -be '${if
match{1}{(2)}{${extract{$1}{}{true}}}{false}}'
Failed: first argument of "extract" must not be empty
[EMAIL PROTECTED]:~#
Why does it fail the second time? Surely it should have just printed out
the word "false" ? The match doesn't succeed so surely the second time
the ${extract} shouldn't even be attempted?
Is this by design?
Mike
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/