From 4c590bd11647b7440bd982a8c72ebcf5c66564b0 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 6 Feb 2007 12:19:27 +0000 Subject: Flush SMTP before callout (unless control=no_callout_flush). --- test/scripts/0000-Basic/0553 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/scripts/0000-Basic/0553 (limited to 'test/scripts') diff --git a/test/scripts/0000-Basic/0553 b/test/scripts/0000-Basic/0553 new file mode 100644 index 000000000..07dfb0bed --- /dev/null +++ b/test/scripts/0000-Basic/0553 @@ -0,0 +1,22 @@ +# callout autoflush +need_ipv4 +# +# Put a message on the queue (queue_only is set) +exim userx1@test.ex userx2@test.ex userx3@test.ex +**** +# This daemon is "old-style", without the flush +exim -DSERVER=server -DDCF=control=no_callout_flush -bd -oX PORT_D +**** +exim -qf +**** +sleep 1 +killdaemon +# +# This daemon should flush before delaying +exim -DSERVER=server -bd -oX PORT_D +**** +exim -qf +**** +sleep 1 +killdaemon +no_msglog_check -- cgit v1.2.3