diff options
Diffstat (limited to 'tests/data/test953')
-rw-r--r-- | tests/data/test953 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/data/test953 b/tests/data/test953 index a7636dc22..4a70e1f31 100644 --- a/tests/data/test953 +++ b/tests/data/test953 @@ -29,7 +29,7 @@ smtp SMTP plain authentication with alternative authorization identity </name> <stdin> -mail body +mail body
</stdin> <command> smtp://%HOSTIP:%SMTPPORT/953 --mail-rcpt recipient@example.com --mail-from sender@example.com -u kurt:xipj3plmq --sasl-authzid ursel -T - @@ -40,17 +40,17 @@ smtp://%HOSTIP:%SMTPPORT/953 --mail-rcpt recipient@example.com --mail-from sende # Verify data after the test has been "shot" <verify> <protocol> -EHLO 953 -AUTH PLAIN -dXJzZWwAa3VydAB4aXBqM3BsbXE= -MAIL FROM:<sender@example.com> -RCPT TO:<recipient@example.com> -DATA -QUIT +EHLO 953
+AUTH PLAIN
+dXJzZWwAa3VydAB4aXBqM3BsbXE=
+MAIL FROM:<sender@example.com>
+RCPT TO:<recipient@example.com>
+DATA
+QUIT
</protocol> <upload> -mail body -. +mail body
+.
</upload> </verify> </testcase> |