tests: Fixed typos from commit 25a0c96a494297
This commit is contained in:
parent
25a0c96a49
commit
ca995010d0
@ -47,8 +47,8 @@ smtp://smtp.1320:%SMTPPORT/1320 --mail-rcpt recipient@example.com --mail-from se
|
|||||||
</strip>
|
</strip>
|
||||||
<protocol>
|
<protocol>
|
||||||
EHLO 1320
|
EHLO 1320
|
||||||
MAIL FROM:<recipient@example.com>
|
MAIL FROM:<sender@example.com>
|
||||||
RCPT TO:<sender@example.com>
|
RCPT TO:<recipient@example.com>
|
||||||
DATA
|
DATA
|
||||||
QUIT
|
QUIT
|
||||||
</protocol>
|
</protocol>
|
||||||
|
@ -43,7 +43,7 @@ smtp://%HOSTIP:%SMTPPORT/1406 --mail-rcpt recipient.one@example.com --mail-rcpt
|
|||||||
EHLO 1406
|
EHLO 1406
|
||||||
MAIL FROM:<sender@example.com> SIZE=38
|
MAIL FROM:<sender@example.com> SIZE=38
|
||||||
RCPT TO:<recipient.one@example.com>
|
RCPT TO:<recipient.one@example.com>
|
||||||
RCPT TO:<recipient.two@foobar.example.com>
|
RCPT TO:<recipient.two@example.com>
|
||||||
DATA
|
DATA
|
||||||
QUIT
|
QUIT
|
||||||
</protocol>
|
</protocol>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user