From f6c332bd03c89f108c7fe531156cb18d7888ba35 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Mon, 30 Oct 2006 16:41:04 +0000 Subject: Fix too-often retry bug after 4xx with more hosts than hosts_max_retry. --- test/confs/0543 | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 test/confs/0543 (limited to 'test/confs/0543') diff --git a/test/confs/0543 b/test/confs/0543 new file mode 100644 index 000000000..e68280b0e --- /dev/null +++ b/test/confs/0543 @@ -0,0 +1,46 @@ +# Exim test configuration 0543 + +exim_path = EXIM_PATH +host_lookup_order = bydns +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +qualify_domain = test.ex +queue_run_in_order + + +# ----- Routers ----- + +begin routers + +smarthost: + driver = accept + transport = smtp + + +# ----- Transports ----- + +begin transports + +smtp: + driver = smtp + hosts = thisloop.test.ex + hosts_max_try = 1 + allow_localhost + port = PORT_S + + +# ----- Retry ----- + + +begin retry + +* * F,5d,15m + + +# End -- cgit v1.2.3