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 :-)

Tony.
-- 
<[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>   http://dotat.at/   ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}

-- 
## 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/

Reply via email to