1<testcase>
2<info>
3<keywords>
4SMTP
5RSET
6CUSTOMREQUEST
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13</reply>
14
15#
16# Client-side
17<client>
18<server>
19smtp
20</server>
21 <name>
22SMTP RSET (CUSTOMREQUEST)
23 </name>
24 <command>
25smtp://%HOSTIP:%SMTPPORT/930 -X RSET -I
26</command>
27</client>
28
29#
30# Verify data after the test has been "shot"
31<verify>
32<protocol>
33EHLO 930
34RSET
35QUIT
36</protocol>
37</verify>
38</testcase>
39