1 <testcase> 2 <info> 3 <keywords> 4 SMTP 5 </keywords> 6 </info> 7 8 # 9 # Server-side 10 <reply> 11 </reply> 12 13 # 14 # Client-side 15 <client> 16 <server> 17 smtp 18 </server> 19 <name> 20 SMTP with CRLF-dot-CRLF in data 21 </name> 22 <stdin> 23 From: different 24 To: another 25 26 27 . 28 . 29 30 . 31 32 body 33 </stdin> 34 <command> 35 smtp://%HOSTIP:%SMTPPORT/901 --mail-rcpt recipient (a] example.com --mail-from sender (a] example.com -T - 36 </command> 37 </client> 38 39 # 40 # Verify data after the test has been "shot" 41 <verify> 42 <protocol> 43 EHLO 901 44 MAIL FROM:<sender (a] example.com> 45 RCPT TO:<recipient (a] example.com> 46 DATA 47 QUIT 48 </protocol> 49 <upload> 50 From: different 51 To: another 52 53 54 .. 55 .. 56 57 .. 58 59 body 60 . 61 </upload> 62 </verify> 63 </testcase> 64