diff options
Diffstat (limited to 'tests/data/test942')
-rw-r--r-- | tests/data/test942 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test942 b/tests/data/test942 index 26740f7b6..ae30a9c6e 100644 --- a/tests/data/test942 +++ b/tests/data/test942 @@ -32,7 +32,7 @@ SMTP external authentication mail body
</stdin> <command> -'smtp://user;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/942' --mail-rcpt recipient@example.com --mail-from sender@example.com -T - +'smtp://user;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/%TESTNUMBER' --mail-rcpt recipient@example.com --mail-from sender@example.com -T - </command> </client> @@ -40,7 +40,7 @@ mail body # Verify data after the test has been "shot" <verify> <protocol> -EHLO 942
+EHLO %TESTNUMBER
AUTH EXTERNAL
dXNlcg==
MAIL FROM:<sender@example.com>
|