diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-28 21:15:49 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-29 21:08:06 +0000 |
commit | 9e04f763a9ebdb930edf4dd3297d01d3409b1aa6 (patch) | |
tree | 9264a7ca9a19c97f922c0358a4f57f18ff0d1921 /test/scripts | |
parent | 29f678881018103cc2aec85bdb51ea5830cf2e37 (diff) |
Testsuite: use custom-munge for dsn-info in 4510
Broken-by: 87cb4a166c47
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0531 | 9 | ||||
-rw-r--r-- | test/scripts/4510-DKIM-Bounces/4510 | 1 |
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 **** |