From 3be67a4b22e21a69e81e6406cbe10d50059d2497 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 31 Oct 2006 09:39:38 +0000 Subject: [PATCH] Test tidies (previously overlooked). --- test/scripts/0000-Basic/0543 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/scripts/0000-Basic/0543 b/test/scripts/0000-Basic/0543 index 7ee6305f5..e64ba4afc 100644 --- a/test/scripts/0000-Basic/0543 +++ b/test/scripts/0000-Basic/0543 @@ -1,4 +1,4 @@ -# 4xx retries with 2nd message down one SMTP connection +# 4xx retries with 2nd message (don't use same connection) need_ipv4 # # Put a message on the queue @@ -23,9 +23,9 @@ Test message 2 **** 1 dump wait-smtp -# A queue run will try these in order, since queue_run_in_order is set. -# Arrange that the first one is accepted, so it should fire up the second -# on the same connection. But it should respect the retry time. +# A queue run will try these in order, since queue_run_in_order is set. The +# first one is accepted, but it shouldn't fire up the second on the same +# connection, because a 4xx error should no longer put the message on the list. server PORT_S 220 ESMTP EHLO -- 2.30.2