summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/05319
-rw-r--r--test/scripts/4510-DKIM-Bounces/45101
2 files changed, 7 insertions, 3 deletions
diff --git a/test/scripts/0000-Basic/0531 b/test/scripts/0000-Basic/0531
index 912fff62a..a943f7fb5 100644
--- a/test/scripts/0000-Basic/0531
+++ b/test/scripts/0000-Basic/0531
@@ -23,7 +23,8 @@ QUIT
250 OK
****
exim -odi userx@test.ex usery@test.ex
-This is a test message.
+
+1:This is a test message.
****
# This one has a retry time, so will be deferred.
#
@@ -44,7 +45,8 @@ QUIT
250 OK
****
exim -odi userx@retry.test.ex
-This is a test message.
+
+2: This is a test message.
****
sleep 1
# Should by now have exceeded retry time.
@@ -81,6 +83,7 @@ QUIT
250 OK
****
exim -odi userx@test.ex
-This is a test message.
+
+3: This is a test message.
****
no_msglog_check
diff --git a/test/scripts/4510-DKIM-Bounces/4510 b/test/scripts/4510-DKIM-Bounces/4510
index 531dbdafd..aa7f7ddc6 100644
--- a/test/scripts/4510-DKIM-Bounces/4510
+++ b/test/scripts/4510-DKIM-Bounces/4510
@@ -1,4 +1,5 @@
# DKIM signing and bounces
+munge optional_dsn_info
#
exim -bd -DSERVER=server -oX PORT_D
****