Annotation of embedaddon/curl/tests/data/test1507, revision 1.1.1.1
1.1 misho 1: <testcase>
2: <info>
3: <keywords>
4: SMTP
5: multi
6: </keywords>
7: </info>
8:
9: #
10: # Server-side
11: <reply>
12: </reply>
13:
14: #
15: # Client-side
16: <client>
17: <server>
18: smtp
19: </server>
20: <tool>
21: lib1507
22: </tool>
23:
24: # based on bug report #1184
25: <name>
26: SMTP with multi interface and CURLE_ABORTED_BY_CALLBACK
27: </name>
28: <stdin>
29: From: different
30: To: another
31:
32: body
33: </stdin>
34: <command>
35: smtp://%HOSTIP:%SMTPPORT/1507
36: </command>
37: </client>
38:
39: #
40: # Verify data after the test has been "shot"
41: <verify>
42: <protocol>
43: EHLO 1507
44: MAIL FROM:<1507-realuser@example.com>
45: RCPT TO:<1507-recipient@example.com>
46: DATA
47: </protocol>
48: <upload>
49: </upload>
50: </verify>
51: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>