Re: [exim] Delaying first delivery from queue

Top Page
Delete this message
Reply to this message
Author: Ian Zimmerman
Date:  
To: exim-users
Subject: Re: [exim] Delaying first delivery from queue
On Tue, 27 May 2014 21:35:45 -0400 (EDT)
Dave Lugo <dlugo@???> wrote:

> delay:
>    driver = redirect
>    senders = dlugo@???
>    condition = ${if < {$message_age}{60}{yes}{no}}
>    allow_defer
>    data = :defer: message not old enough
>    no_verify


Thanks, clearly allow_defer was the key. I have added it, and now it
mostly works. I still see some strangeness, though:

2014-05-27 19:50:10 1WpTwQ-0006Uk-9b <= GrowBlueberries@??? U=itz P=local S=6210 id=250413866098922504881514501041@???
2014-05-27 19:56:04 Start queue run: pid=24996
2014-05-27 19:56:04 1WpTwQ-0006Uk-9b == itz@??? R=delay_local defer (-1): Message too hot
2014-05-27 19:56:04 End queue run: pid=24996
2014-05-27 20:19:34 1WpUOs-0006Wo-GY <= biq@??? U=itz P=local S=9410 id=201405280318.s4S3IrMV003929@???
2014-05-27 20:26:04 Start queue run: pid=25129
2014-05-27 20:26:04 1WpUOs-0006Wo-GY == itz@??? R=delay_local defer (-1): Message too hot
2014-05-27 20:26:04 1WpTwQ-0006Uk-9b == itz@??? routing defer (-51): retry time not reached
2014-05-27 20:26:04 End queue run: pid=25129
2014-05-27 20:34:34 1WpUdO-0006Xy-DY <= info@??? U=itz P=local S=23809 id=d3449f27b2e2cc86b7e9001c08d0ae11@???
2014-05-27 20:56:04 Start queue run: pid=25262
2014-05-27 20:56:08 1WpUdO-0006Xy-DY => |sh -c '/home/itz/.share/bin/mailfilter-ahiker || exit 75' <itz@???> R=userforward T=address_pipe
2014-05-27 20:56:08 1WpUdO-0006Xy-DY Completed
2014-05-27 20:56:10 1WpUOs-0006Wo-GY => |sh -c '/home/itz/.share/bin/mailfilter-ahiker || exit 75' <itz@???> R=userforward T=address_pipe
2014-05-27 20:56:10 1WpUOs-0006Wo-GY Completed
2014-05-27 20:56:12 1WpTwQ-0006Uk-9b => |sh -c '/home/itz/.share/bin/mailfilter-ahiker || exit 75' <itz@???> R=userforward T=address_pipe
2014-05-27 20:56:12 1WpTwQ-0006Uk-9b Completed
2014-05-27 20:56:12 End queue run: pid=25262

I have the default retry configuration (15m for 2h), so why did Exim not
deliver 1WpTwQ-0006Uk-9b at 20:26:04? That was 30 min after it was
deferred (and 36 min after it was first queued, but that should be
irrelevant).

--
Please *no* private copies of mailing list or newsgroup messages.