summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-11-19 19:05:54 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-11-19 20:05:48 +0000
commit5c161fa615ab4a2d40170fedd71d1b9a7f079ff6 (patch)
treefd392f032187ab1215a8dcc18563bdb89a1b031b /test/scripts/0000-Basic
parent46e872abb44a2589488ec47febaf376c89688c1c (diff)
Logging: add I= element to transport-defer lines. Bug 2675
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r--test/scripts/0000-Basic/017935
1 files changed, 35 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0179 b/test/scripts/0000-Basic/0179
index 932cc11fe..6a7b2253b 100644
--- a/test/scripts/0000-Basic/0179
+++ b/test/scripts/0000-Basic/0179
@@ -33,3 +33,38 @@ QUIT
****
exim -odi -qqf
****
+#
+# Defer from receiving host
+exim -odq userz@domain.com
+.
+****
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250 HELP
+MAIL FROM:
+450 not right now, sorry
+QUIT
+250 OK
+****
+exim -odi -qqf
+****
+#
+# Deny from receiving host
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250 HELP
+MAIL FROM:
+250 Sender OK
+RCPT TO:
+550 Recipient refused
+QUIT
+250 OK
+****
+exim -odi -qqf
+****
+#
+no_msglog_check