------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1126 --- Comment #4 from Jasen Betts <[email protected]> 2011-10-05 21:36:19 --- it seems that exim is not finding the retry rule when some deliveies go bad there does not seem to be a definite pattern. I have added a second rule that's a duplicate of the first incase it's for some reason skipping the first rule I have also reset the hints databases incase they had corrupt data. I will re-check this issue tomorrow to see if any more have gone bad. for my info mostly: one easy way to check is the SQL query select * from delivery where ts >= 'today' and status=2 and smtpresponse like '%retry timeout exceeded'; as the timeout is 4 days there should no be delivery failure (status=2) results with 'retry timeout exceeeded' on emails created on the current day (ts >= 'today') order by smtptime desc; It seems to have worked overnight. the last early surrender was 2011-10-05 03:50:19+00 -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
