Re: [Exim] fallback_transport?

Top Page
Delete this message
Reply to this message
Author: Dave C.
Date:  
To: Philip Hazel
CC: exim-users
Subject: Re: [Exim] fallback_transport?
Hrm.. I was doing something like:

${if {$first_delivery} {foo} {bar}}

Should it have been

${if first_delivery {foo} {bar}}

??

Anyway, another question.. Is there a variable available to tell how
long a message has been in exim's queue? This would actually work
better if I could compare that against something, rather than
checking first_delivery..


On Tue, 21 Nov 2000, Philip Hazel wrote:

> On Mon, 20 Nov 2000, Dave C. wrote:
>
> > In my course of attempting to do this from a router, I am trying a
> > router condition with $first_delivery, yet it fails with 'unknown
> > variable'.. Is this variable only available in a filter? The spec seems
> > to indicate it is available in any expansion...
>
> "first_delivery" is a *condition*, not a variable.
>
>
>


--