On Mon, Apr 02, 2007 at 05:18:08PM +0100, Peter Bowyer wrote:
> On 02/04/07, Carlo Wood <carlo@???> wrote:
> > condition = ${if match {$h_To}{^.*@???} {1}}
>
> You mean $h_To:
> (note the trailing colon on the header name)
Yes, I just copied this particular case from
http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20040223/msg00211.html
But I guess that the missing colon is the reason for the
parsing error.
As you have seen in my previous post, also
condition = ${if def:header_To: {yes}{no}}
fails. Why? Surely def:header_To: should be TRUE ?
--
Carlo Wood <carlo@???>