diff options
Diffstat (limited to 'tests/data/test952')
-rw-r--r-- | tests/data/test952 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test952 b/tests/data/test952 index 54334b21e..39b9f7608 100644 --- a/tests/data/test952 +++ b/tests/data/test952 @@ -23,7 +23,7 @@ SMTP data with single dot-only line .
</stdin> <command> -smtp://%HOSTIP:%SMTPPORT/952 --mail-rcpt recipient@example.com --mail-from sender@example.com -T - +smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -T - </command> </client> @@ -31,7 +31,7 @@ smtp://%HOSTIP:%SMTPPORT/952 --mail-rcpt recipient@example.com --mail-from sende # Verify data after the test has been "shot" <verify> <protocol> -EHLO 952
+EHLO %TESTNUMBER
MAIL FROM:<sender@example.com>
RCPT TO:<recipient@example.com>
DATA
|