i've some problems with Exim 3.33 and Exiscan 2.4 and retry rules of relay
domains.
When one of my relay domains goes down, i should queue all their mail and
poll their mail server every n minutes.
Exiscan runs without queue run and use a "exim -Mc $id" to dequeue the mail
but in this way, when exim knows that relay domain is down, bounce
immediatly incoming mails with "retry time not reached for any host after a
long failure period".
Changing "exim -Mc" with "exim -q $id $id" doesn't solve the problem.