summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-03-21 15:10:39 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-03-21 15:10:39 +0000
commit2679d413f3f22e7bbc797f4403cc4333bee0073d (patch)
tree9e9cc16843c4d74c53ed84710e78faa6893e9b7b /test/scripts
parentebeaf99687d0fd6545c95983f0d91e2ddee7fbb7 (diff)
Add RCPT error text to unexpected DATA error.
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/045814
-rw-r--r--test/scripts/0000-Basic/055819
2 files changed, 33 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0458 b/test/scripts/0000-Basic/0458
index c05b4b6ff..d31709e58 100644
--- a/test/scripts/0000-Basic/0458
+++ b/test/scripts/0000-Basic/0458
@@ -16,6 +16,8 @@ rcpt to:<userx@test.ex>
??? 550
DATA
??? 503
+??? 503
+??? 503
QUIT
??? 221
****
@@ -29,6 +31,8 @@ rcpt to:<userx@test.ex>
??? 550
DATA
??? 503
+??? 503
+??? 503
QUIT
??? 221
****
@@ -45,6 +49,8 @@ rcpt to:<userx@test.ex>
??? 503
DATA
??? 503
+??? 503
+??? 503
QUIT
??? 221
****
@@ -58,6 +64,8 @@ rcpt to:<userx@test.ex>
??? 503
DATA
??? 503
+??? 503
+??? 503
QUIT
??? 221
****
@@ -78,6 +86,8 @@ rcpt to:<ph12@test.ex>
??? 550
DATA
??? 503
+??? 503
+??? 503
QUIT
??? 221
****
@@ -95,6 +105,8 @@ rcpt to:<ph12@test.ex>
??? 550
DATA
??? 503
+??? 503
+??? 503
QUIT
??? 221
****
@@ -109,6 +121,8 @@ rcpt to:<userx@test.ex>
??? 503
DATA
??? 503
+??? 503
+??? 503
QUIT
??? 221
****
diff --git a/test/scripts/0000-Basic/0558 b/test/scripts/0000-Basic/0558
new file mode 100644
index 000000000..c6aaf7dd4
--- /dev/null
+++ b/test/scripts/0000-Basic/0558
@@ -0,0 +1,19 @@
+# DATA error after identical RCPT failures
+exim -bs
+ehlo test.ex
+mail from:<>
+rcpt to:<userx@test.ex>
+rcpt to:<usery@test.ex>
+rcpt to:<userz@test.ex>
+data
+quit
+****
+exim -bs
+ehlo test.ex
+mail from:<>
+rcpt to:<userx@test.ex>
+rcpt to:<specialusery@test.ex>
+rcpt to:<userz@test.ex>
+data
+quit
+****