aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test926
blob: aed6f4b8d80335ea86adbdd79515449f5ceb3c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<testcase>
<info>
<keywords>
SMTP
VRFY
</keywords>
</info>

#
# Server-side
<reply>
<servercmd>
REPLY VRFY 550 Unknown user
</servercmd>
</reply>

#
# Client-side
<client>
<server>
smtp
</server>
 <name>
SMTP unknown user VRFY
 </name>
 <command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient
</command>
</client>

#
# Verify data after the test has been "shot"
<verify>
# 56 - CURLE_RECV_ERROR
<errorcode>
56
</errorcode>
<protocol>
EHLO %TESTNUMBER
VRFY recipient
QUIT
</protocol>
</verify>
</testcase>