著者: Odhiambo Washington 日付: To: exim-users 題目: Re: [exim] Issues with exim -bt and possible race condition...
On Thu, Aug 7, 2008 at 3:40 PM, Tony Finch <dot@???> wrote: > On Thu, 7 Aug 2008, Odhiambo Washington wrote:
>>
>> Eeh? I did not understand that. Could you please elaborate?
>
> The address_test condition is like the verify condition which you're
> already using on the router. Try the following, which I have re-ordered
> to make it clearer how the preconditions are evaluated.
>
> delay_outgoing:
> driver = redirect
> verify = false
> address_test = false
> domains = !+local_domains : !+relay_to_domains
> senders = ! : !cdb;/usr/local/etc/exim/delayed_senders.cdb
> condition = ${if < {$message_age}{600}{yes}{no}}
> allow_defer
> data = :defer: message not old enough
>
> You don't actually need a second router - that was a red herring caused by
> me reading too fast :-)
I am glad you saw this post and spent your valuable time on it! This
router solves my problem.
Now I just have to wait to see what I get about the possible race
condition......