Skip to content
Snippets Groups Projects
Commit 087f9bb2 authored by Steve Holme's avatar Steve Holme
Browse files

tests: Corrected MAIL SIZE for CRLF line endings

... which was missed in commit: f5c3d953
parent e2c7e191
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1406@foo --mail-rcpt 1406@foobar.examp
<verify>
<protocol>
EHLO user
MAIL FROM:<1406@from> SIZE=34
MAIL FROM:<1406@from> SIZE=38
RCPT TO:<1406@foo>
RCPT TO:<1406@foobar.example>
DATA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment